dovecot-2.2: lib-index: Error handling fix to cache transaction ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 12 01:06:23 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/70ebdddbdf9c
changeset: 15200:70ebdddbdf9c
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 12 01:03:49 2012 +0300
description:
lib-index: Error handling fix to cache transaction flushing.

diffstat:

 src/lib-index/mail-cache-transaction.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 73916b7be94e -r 70ebdddbdf9c src/lib-index/mail-cache-transaction.c
--- a/src/lib-index/mail-cache-transaction.c	Fri Oct 12 00:51:41 2012 +0300
+++ b/src/lib-index/mail-cache-transaction.c	Fri Oct 12 01:03:49 2012 +0300
@@ -355,7 +355,7 @@
 	ctx->last_rec_pos = 0;
 
 	array_clear(&ctx->cache_data_seq);
-	return 0;
+	return ret;
 }
 
 static void


More information about the dovecot-cvs mailing list