dovecot: Assert fix

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 21 13:41:58 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/3c046e52f649
changeset: 7269:3c046e52f649
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 21 13:43:22 2008 +0200
description:
Assert fix

diffstat:

1 file changed, 1 deletion(-)
src/lib-mail/message-parser.c |    1 -

diffs (11 lines):

diff -r 50b8d966d987 -r 3c046e52f649 src/lib-mail/message-parser.c
--- a/src/lib-mail/message-parser.c	Thu Feb 21 13:06:50 2008 +0200
+++ b/src/lib-mail/message-parser.c	Thu Feb 21 13:43:22 2008 +0200
@@ -761,7 +761,6 @@ int message_parser_parse_next_block(stru
 	block_r->part = ctx->part;
 
 	if (ret < 0 && ctx->part != NULL) {
-		i_assert(ctx->input->eof);
 		while (ctx->part->parent != NULL) {
 			message_size_add(&ctx->part->parent->body_size,
 					 &ctx->part->body_size);


More information about the dovecot-cvs mailing list