dovecot-2.2: dsync: Fixed returning wrong mail_error in some rem...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Mar 19 08:02:13 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/cf74e2179dce
changeset: 18375:cf74e2179dce
user: Timo Sirainen <tss at iki.fi>
date: Thu Mar 19 10:01:18 2015 +0200
description:
dsync: Fixed returning wrong mail_error in some remote dsync.
diffstat:
src/doveadm/dsync/dsync-ibc-stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9c7c345f2b2a -r cf74e2179dce src/doveadm/dsync/dsync-ibc-stream.c
--- a/src/doveadm/dsync/dsync-ibc-stream.c Thu Mar 19 01:24:32 2015 +0200
+++ b/src/doveadm/dsync/dsync-ibc-stream.c Thu Mar 19 10:01:18 2015 +0200
@@ -1854,7 +1854,7 @@
struct dsync_deserializer_decoder *decoder;
const char *value;
enum dsync_ibc_recv_ret ret;
- int i;
+ int i = 0;
*error_r = NULL;
*mail_error_r = 0;
More information about the dovecot-cvs
mailing list