mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
This commit is contained in:
parent
a4d5da3e40
commit
eff1108854
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue