# HG changeset patch # User Maxim Dounin # Date 1614953780 -10800 # Node ID adee10c7fac8caed0b17fe5ed519cd752bc000f9 # Parent d84f13618277a28a3cfc73706e334e0472f91214 Mail: fixed log action after SSL handshake. diff --git a/src/mail/ngx_mail_handler.c b/src/mail/ngx_mail_handler.c --- 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 * 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;