Mail: fixed log action after SSL handshake.

This commit is contained in:
Maxim Dounin 2021-03-05 17:16:20 +03:00
parent 7d4cd6cff4
commit 83de0868b1

View File

@ -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;