dovecot-2.0: dbox: Save 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/0bc933c35a17
changeset: 11033:0bc933c35a17
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 05 00:26:16 2010 +0300
description:
dbox: Save error handling fix.

diffstat:

 src/lib-storage/index/dbox-common/dbox-file.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r be9be5111ce2 -r 0bc933c35a17 src/lib-storage/index/dbox-common/dbox-file.c
--- a/src/lib-storage/index/dbox-common/dbox-file.c	Mon Apr 05 00:24:22 2010 +0300
+++ b/src/lib-storage/index/dbox-common/dbox-file.c	Mon Apr 05 00:26:16 2010 +0300
@@ -462,7 +462,7 @@
 	o_stream_unref(&ctx->output);
 	ctx->file->appending = FALSE;
 	i_free(ctx);
-	return 0;
+	return ret;
 }
 
 void dbox_file_append_rollback(struct dbox_file_append_context **_ctx)


More information about the dovecot-cvs mailing list