From 3e5d9454c33a01226bdf2f46230f35fc8970efff Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 25 Oct 2006 13:07:11 +0000 Subject: bugfixes --- src/imap/ngx_imap_parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imap/ngx_imap_parse.c') diff --git a/src/imap/ngx_imap_parse.c b/src/imap/ngx_imap_parse.c index c7fc3343c..fabba26af 100644 --- a/src/imap/ngx_imap_parse.c +++ b/src/imap/ngx_imap_parse.c @@ -581,6 +581,7 @@ done: invalid: s->state = sw_start; + s->arg_start = NULL; return NGX_IMAP_PARSE_INVALID_COMMAND; } -- cgit v1.2.3