dovecot-1.2: thread indexes: Forgot to commit strmap syncing in ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 5 19:22:13 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/f77a285629a5
changeset: 8156:f77a285629a5
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 05 19:22:07 2008 +0300
description:
thread indexes: Forgot to commit strmap syncing in some situations.

diffstat:

1 file changed, 1 insertion(+)
src/lib-storage/index/index-thread.c |    1 +

diffs (11 lines):

diff -r b8feb139cf92 -r f77a285629a5 src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c	Fri Sep 05 19:21:47 2008 +0300
+++ b/src/lib-storage/index/index-thread.c	Fri Sep 05 19:22:07 2008 +0300
@@ -346,6 +346,7 @@ static int mail_thread_index_map_build(s
 	if (seq1 == 0) {
 		/* nothing is missing */
 		mailbox_header_lookup_unref(&headers_ctx);
+		mail_index_strmap_view_sync_commit(&ctx->strmap_sync);
 		return 0;
 	}
 


More information about the dovecot-cvs mailing list