dovecot-2.2: dsync: Fixed sending mailbox attributes with stream...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 19 18:52:47 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/46b223892373
changeset: 16051:46b223892373
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 19 18:52:39 2013 +0200
description:
dsync: Fixed sending mailbox attributes with stream ibc.

diffstat:

 src/doveadm/dsync/dsync-ibc-stream.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ccba138bc1c6 -r 46b223892373 src/doveadm/dsync/dsync-ibc-stream.c
--- a/src/doveadm/dsync/dsync-ibc-stream.c	Tue Mar 19 18:50:55 2013 +0200
+++ b/src/doveadm/dsync/dsync-ibc-stream.c	Tue Mar 19 18:52:39 2013 +0200
@@ -1251,7 +1251,7 @@
 	p_clear(pool);
 	attr = p_new(pool, struct dsync_mailbox_attribute, 1);
 
-	ret = dsync_ibc_stream_input_next(ibc, ITEM_MAIL_CHANGE, &decoder);
+	ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX_ATTRIBUTE, &decoder);
 	if (ret != DSYNC_IBC_RECV_RET_OK)
 		return ret;
 


More information about the dovecot-cvs mailing list