From: Maxim Dounin Date: Fri, 5 Mar 2021 14:16:20 +0000 (+0300) Subject: Mail: fixed log action after SSL handshake. X-Git-Tag: release-1.19.8~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=83de0868b1bb5275e51698545e2165782bb5421d;p=nginx.git Mail: fixed log action after SSL handshake. --- diff --git a/src/mail/ngx_mail_handler.c b/src/mail/ngx_mail_handler.c index f72eeaca6..cf87a1774 100644 --- a/src/mail/ngx_mail_handler.c +++ b/src/mail/ngx_mail_handler.c @@ -365,6 +365,8 @@ ngx_mail_init_session(ngx_connection_t *c) s = c->data; + c->log->action = "sending client greeting line"; + cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); s->protocol = cscf->protocol->type;