changeset 10590:193fa6e7635c HEAD

mail cache: Avoid infinite loops.
author Timo Sirainen <tss@iki.fi>
date Wed, 27 Jan 2010 22:44:13 +0200
parents cab5f2e7b806
children 379b993c5ca6
files src/lib-index/mail-cache-transaction.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 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,