dovecot-2.2: dsync: Fixed dsync handshaking since recent change.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 29 12:33:32 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/239e0e2098c1
changeset: 16415:239e0e2098c1
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 29 12:33:17 2013 +0300
description:
dsync: Fixed dsync handshaking since recent change.

diffstat:

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

diffs (12 lines):

diff -r e7c474011934 -r 239e0e2098c1 src/doveadm/dsync/dsync-ibc-stream.c
--- a/src/doveadm/dsync/dsync-ibc-stream.c	Wed May 29 03:47:38 2013 +0300
+++ b/src/doveadm/dsync/dsync-ibc-stream.c	Wed May 29 12:33:17 2013 +0300
@@ -73,7 +73,7 @@
 	  .chr = 'H',
 	  .required_keys = "hostname",
 	  .optional_keys = "sync_ns_prefix sync_box sync_box_guid sync_type "
-	  	"debug sync_visible_namespaces exclude_mailboxes"
+	  	"debug sync_visible_namespaces exclude_mailboxes "
 	  	"send_mail_requests backup_send backup_recv lock_timeout"
 	},
 	{ .name = "mailbox_state",


More information about the dovecot-cvs mailing list