[dovecot-cvs] dovecot/src/lib-index mail-index-sync-keywords.c, 1.12, 1.13

tss at dovecot.org tss at dovecot.org
Mon Jan 22 11:55:01 UTC 2007


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv32325

Modified Files:
	mail-index-sync-keywords.c 
Log Message:
Removed accidentally committed debug assert.



Index: mail-index-sync-keywords.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-sync-keywords.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mail-index-sync-keywords.c	17 Jan 2007 23:33:29 -0000	1.12
+++ mail-index-sync-keywords.c	22 Jan 2007 11:54:58 -0000	1.13
@@ -86,7 +86,6 @@
 		buffer_create_static_hard(pool_datastack_create(),
 					  sizeof(*u) + sizeof("keywords")-1);
 
-	i_assert(keywords_count <= 6);
 	u = buffer_append_space_unsafe(ext_intro_buf, sizeof(*u));
 	u->ext_id = ext_id;
 	u->reset_id = reset_id;



More information about the dovecot-cvs mailing list