diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 14:56:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 14:56:46 +0000 |
commit | c95d44bb7301bacf0b7cd6015d26339d6997a935 (patch) | |
tree | 2e1949a2e679aa603633996caad3d79959b19868 /src/mail/ngx_mail_smtp_handler.c | |
parent | dac63a2f28e12d49432cbe5c6cb6817b16ed8600 (diff) | |
download | nginx-c95d44bb7301bacf0b7cd6015d26339d6997a935.tar.gz nginx-c95d44bb7301bacf0b7cd6015d26339d6997a935.zip |
fix r1482
Diffstat (limited to 'src/mail/ngx_mail_smtp_handler.c')
-rw-r--r-- | src/mail/ngx_mail_smtp_handler.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail/ngx_mail_smtp_handler.c b/src/mail/ngx_mail_smtp_handler.c index 5bc667cf3..8eb28df2f 100644 --- a/src/mail/ngx_mail_smtp_handler.c +++ b/src/mail/ngx_mail_smtp_handler.c @@ -90,6 +90,8 @@ ngx_mail_smtp_invalid_pipelining(ngx_event_t *rev) ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "delay greeting"); + rev->timedout = 0; + cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module); c->read->handler = ngx_mail_smtp_init_protocol; |