[dovecot-cvs] dovecot/src/lib-index mail-index-sync-keywords.c, 1.9.2.3, 1.9.2.4

tss at dovecot.org tss at dovecot.org
Mon Jan 22 11:54:59 UTC 2007


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

Modified Files:
      Tag: branch_1_0
	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.9.2.3
retrieving revision 1.9.2.4
diff -u -d -r1.9.2.3 -r1.9.2.4
--- mail-index-sync-keywords.c	17 Jan 2007 23:33:26 -0000	1.9.2.3
+++ mail-index-sync-keywords.c	22 Jan 2007 11:54:57 -0000	1.9.2.4
@@ -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