dovecot-2.0: lib-index: View syncing error handling fix.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 5 01:06:06 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f72884695084
changeset: 11038:f72884695084
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 05 01:04:19 2010 +0300
description:
lib-index: View syncing error handling fix.

diffstat:

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

diffs (12 lines):

diff -r 1f97d4217f73 -r f72884695084 src/lib-index/mail-index-view-sync.c
--- a/src/lib-index/mail-index-view-sync.c	Mon Apr 05 01:00:32 2010 +0300
+++ b/src/lib-index/mail-index-view-sync.c	Mon Apr 05 01:04:19 2010 +0300
@@ -179,7 +179,7 @@
 	mail_transaction_log_view_rewind(view->log_view);
 
 	*expunge_count_r = view_sync_expunges2seqs(ctx);
-	return 0;
+	return ret;
 }
 
 static bool have_existing_expunges(struct mail_index_view *view,


More information about the dovecot-cvs mailing list