[dovecot-cvs] dovecot/src/lib-index mail-index-view-sync.c, 1.65, 1.66

tss at dovecot.org tss at dovecot.org
Sun Mar 11 21:10:04 EET 2007


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

Modified Files:
	mail-index-view-sync.c 
Log Message:
DEBUG crashfix



Index: mail-index-view-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-view-sync.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- mail-index-view-sync.c	10 Mar 2007 18:48:49 -0000	1.65
+++ mail-index-view-sync.c	11 Mar 2007 19:10:02 -0000	1.66
@@ -654,7 +654,7 @@
 	view->hdr = view->map->hdr;
 
 #ifdef DEBUG
-	if (!view->broken_counters)
+	if (!view->broken_counters && !ctx->sync_map_ctx.unreliable_flags)
 		mail_index_view_check(view);
 #endif
 



More information about the dovecot-cvs mailing list