From: Timo Sirainen Date: Fri, 5 Sep 2008 16:22:07 +0000 (+0300) Subject: thread indexes: Forgot to commit strmap syncing in some situations. X-Git-Tag: 1.2.alpha1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adad8e33cc4cbf4c29a05d04af99d978ba30fa36;p=thirdparty%2Fdovecot%2Fcore.git thread indexes: Forgot to commit strmap syncing in some situations. --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/index-thread.c b/src/lib-storage/index/index-thread.c index 463577e7a6..4fc5d5b840 100644 --- a/src/lib-storage/index/index-thread.c +++ b/src/lib-storage/index/index-thread.c @@ -346,6 +346,7 @@ static int mail_thread_index_map_build(struct mail_thread_context *ctx) if (seq1 == 0) { /* nothing is missing */ mailbox_header_lookup_unref(&headers_ctx); + mail_index_strmap_view_sync_commit(&ctx->strmap_sync); return 0; }