dovecot-2.0: dsync: Don't crash if message can't be saved to des...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 5 20:22:09 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/7bdd06de6f5a
changeset: 12552:7bdd06de6f5a
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 05 20:21:38 2011 +0200
description:
dsync: Don't crash if message can't be saved to destination mailbox.

diffstat:

 src/dsync/dsync-worker-local.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 39f5ef8d612c -r 7bdd06de6f5a src/dsync/dsync-worker-local.c
--- a/src/dsync/dsync-worker-local.c	Wed Jan 05 18:47:40 2011 +0200
+++ b/src/dsync/dsync-worker-local.c	Wed Jan 05 20:21:38 2011 +0200
@@ -1716,7 +1716,6 @@
 		i_error("Can't save message to mailbox %s: %s",
 			mailbox_get_vname(dest_box),
 			mail_storage_get_last_error(storage, NULL));
-		mailbox_save_cancel(&save_ctx);
 		dsync_worker_set_failure(_worker);
 		callback(context);
 		return;


More information about the dovecot-cvs mailing list