dovecot-1.2: INTHREAD search may have failed randomly.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Aug 7 21:05:56 EEST 2008
details: http://hg.dovecot.org/dovecot-1.2/rev/05565bfadc6b
changeset: 8074:05565bfadc6b
user: Timo Sirainen <tss at iki.fi>
date: Thu Aug 07 13:50:18 2008 -0400
description:
INTHREAD search may have failed randomly.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-search.c | 2 +-
diffs (12 lines):
diff -r f27ecc07d93a -r 05565bfadc6b src/lib-storage/index/index-search.c
--- a/src/lib-storage/index/index-search.c Wed Aug 06 12:54:05 2008 -0400
+++ b/src/lib-storage/index/index-search.c Thu Aug 07 13:50:18 2008 -0400
@@ -896,7 +896,7 @@ static int search_build_inthread_result(
const struct mail_thread_child_node *node;
const ARRAY_TYPE(seq_range) *search_uids;
ARRAY_TYPE(seq_range) thread_uids;
- int ret;
+ int ret = 0;
p_array_init(&arg->value.seqset, ctx->mail_ctx.args->pool, 64);
if (mailbox_search_result_build(ctx->mail_ctx.transaction,
More information about the dovecot-cvs
mailing list