dovecot-2.2: imap-parser: Fixed imap_parser_read_last_literal() ...

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 29 23:14:07 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/6c0ba0348e85
changeset: 14982:6c0ba0348e85
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 29 23:13:56 2012 +0300
description:
imap-parser: Fixed imap_parser_read_last_literal() to work again

diffstat:

 src/lib-imap/imap-parser.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7ac168e566b3 -r 6c0ba0348e85 src/lib-imap/imap-parser.c
--- a/src/lib-imap/imap-parser.c	Wed Aug 29 22:42:26 2012 +0300
+++ b/src/lib-imap/imap-parser.c	Wed Aug 29 23:13:56 2012 +0300
@@ -735,6 +735,7 @@
 
 	/* delete EOL */
 	array_delete(&parser->root_list, array_count(&parser->root_list)-1, 1);
+	parser->args_added_extra_eol = FALSE;
 
 	/* delete literal size */
 	array_delete(list, array_count(list)-1, 1);


More information about the dovecot-cvs mailing list