dovecot-2.0: mail cache: Avoid infinite loops.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Jan 27 22:44:17 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/193fa6e7635c
changeset: 10590:193fa6e7635c
user: Timo Sirainen <tss at iki.fi>
date: Wed Jan 27 22:44:13 2010 +0200
description:
mail cache: Avoid infinite loops.
diffstat:
1 file changed, 2 deletions(-)
src/lib-index/mail-cache-transaction.c | 2 --
diffs (12 lines):
diff -r cab5f2e7b806 -r 193fa6e7635c src/lib-index/mail-cache-transaction.c
--- a/src/lib-index/mail-cache-transaction.c Wed Jan 27 21:29:19 2010 +0200
+++ b/src/lib-index/mail-cache-transaction.c Wed Jan 27 22:44:13 2010 +0200
@@ -120,8 +120,6 @@ mail_cache_get_transaction(struct mail_c
void mail_cache_transaction_reset(struct mail_cache_transaction_ctx *ctx)
{
- mail_cache_transaction_free_reservations(ctx);
-
ctx->cache_file_seq = MAIL_CACHE_IS_UNUSABLE(ctx->cache) ? 0 :
ctx->cache->hdr->file_seq;
mail_index_ext_set_reset_id(ctx->trans, ctx->cache->ext_id,
More information about the dovecot-cvs
mailing list