[dovecot-cvs] dovecot/src/lib-index mail-index-view-sync.c, 1.52.2.10, 1.52.2.11

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


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

Modified Files:
      Tag: branch_1_0
	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.52.2.10
retrieving revision 1.52.2.11
diff -u -d -r1.52.2.10 -r1.52.2.11
--- mail-index-view-sync.c	10 Mar 2007 18:48:45 -0000	1.52.2.10
+++ mail-index-view-sync.c	11 Mar 2007 19:09:59 -0000	1.52.2.11
@@ -663,7 +663,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