diff src/mail/ngx_mail_proxy_module.c @ 1981:65581f79e81b

reset message
author Igor Sysoev <igor@sysoev.ru>
date Tue, 29 Apr 2008 09:35:06 +0000
parents 057d362ee50e
children 2a92804f4109
line wrap: on
line diff
--- a/src/mail/ngx_mail_proxy_module.c
+++ b/src/mail/ngx_mail_proxy_module.c
@@ -171,6 +171,8 @@ ngx_mail_proxy_init(ngx_mail_session_t *
         return;
     }
 
+    s->out.len = 0;
+
     switch (s->protocol) {
 
     case NGX_MAIL_POP3_PROTOCOL: