dovecot: Removed broken asserts

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 19 16:20:22 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/3d4344ad057c
changeset: 5778:3d4344ad057c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 19 16:20:19 2007 +0300
description:
Removed broken asserts

diffstat:

1 file changed, 3 deletions(-)
src/lib-index/mail-index-sync-update.c |    3 ---

diffs (13 lines):

diff -r a8926e90df2a -r 3d4344ad057c src/lib-index/mail-index-sync-update.c
--- a/src/lib-index/mail-index-sync-update.c	Tue Jun 19 16:18:13 2007 +0300
+++ b/src/lib-index/mail-index-sync-update.c	Tue Jun 19 16:20:19 2007 +0300
@@ -20,9 +20,6 @@ mail_index_sync_update_log_offset(struct
 					       &prev_seq, &prev_offset);
 
 	if (!eol) {
-		i_assert(prev_seq == map->hdr.log_file_seq);
-		i_assert(prev_offset >= map->hdr.log_file_head_offset);
-
 		if (prev_offset == ctx->ext_intro_end_offset &&
 		    prev_seq == ctx->ext_intro_seq) {
 			/* previous transaction was an extension introduction.


More information about the dovecot-cvs mailing list