Mail: style
Some checks failed
buildbot / buildbot (push) Has been cancelled

This commit is contained in:
Roman Arutyunyan 2026-05-14 15:35:28 +04:00 committed by Roman Arutyunyan
parent a4d5da3e40
commit eff1108854

View file

@ -348,8 +348,8 @@ ngx_mail_smtp_greeting(ngx_mail_session_t *s, ngx_connection_t *c)
}
if (sscf->greeting_delay) {
c->read->handler = ngx_mail_smtp_invalid_pipelining;
return;
c->read->handler = ngx_mail_smtp_invalid_pipelining;
return;
}
c->read->handler = ngx_mail_smtp_init_protocol;