dovecot: Removed wrong assert

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 22 06:33:03 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/af74d2e6f3c5
changeset: 6839:af74d2e6f3c5
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 22 06:32:59 2007 +0200
description:
Removed wrong assert

diffstat:

1 file changed, 1 deletion(-)
src/lib-index/mail-cache-compress.c |    1 -

diffs (11 lines):

diff -r e726f298d87e -r af74d2e6f3c5 src/lib-index/mail-cache-compress.c
--- a/src/lib-index/mail-cache-compress.c	Wed Nov 21 13:24:29 2007 +0200
+++ b/src/lib-index/mail-cache-compress.c	Thu Nov 22 06:32:59 2007 +0200
@@ -264,7 +264,6 @@ mail_cache_copy(struct mail_cache *cache
 
 		array_append(ext_offsets, &ext_offset, 1);
 	}
-	i_assert(array_count(ext_offsets) == message_count);
 	i_assert(orig_fields_count == cache->fields_count);
 
 	hdr.field_header_offset = mail_index_uint32_to_offset(output->offset);


More information about the dovecot-cvs mailing list