changeset 16051:46b223892373

dsync: Fixed sending mailbox attributes with stream ibc.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Mar 2013 18:52:39 +0200
parents ccba138bc1c6
children 0e5a359b7b7f
files src/doveadm/dsync/dsync-ibc-stream.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;