diff src/mail/ngx_mail_smtp_handler.c @ 1484:c788d2b877be

fix r1482
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Sep 2007 14:56:46 +0000
parents 46f364406994
children b3488fc2675a
line wrap: on
line diff
--- 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_eve
 
         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;