diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/smtppass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/smtppass.c b/common/smtppass.c index aff8811..73600fd 100644 --- a/common/smtppass.c +++ b/common/smtppass.c @@ -723,6 +723,7 @@ static void cleanup_context(spctx_t* ctx) } ctx->logline[0] = 0; + sp_add_log(ctx, "client=", ctx->client.peername); } |