[dovecot-cvs] dovecot/src/lib-index mail-index.c,1.137,1.138

cras at procontrol.fi cras at procontrol.fi
Thu Jun 24 16:43:59 EEST 2004


Update of /home/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv6061/lib-index

Modified Files:
	mail-index.c 
Log Message:
removed assert



Index: mail-index.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- mail-index.c	24 Jun 2004 11:10:41 -0000	1.137
+++ mail-index.c	24 Jun 2004 13:43:56 -0000	1.138
@@ -65,7 +65,6 @@
 	}
 
 	i_assert(size % 4 == 0);
-	i_assert(!index->opened);
 	i_assert(index->max_record_size + size <= 65535);
 
 	if (index->extra_records_count >= MAIL_INDEX_MAX_EXTRA_RECORDS) {



More information about the dovecot-cvs mailing list