dovecot-2.2: dsync: We didn't send the new protocol version in h...

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 7 19:40:26 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/044ec0204873
changeset: 16681:044ec0204873
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 07 19:40:16 2013 +0300
description:
dsync: We didn't send the new protocol version in handshake.
This caused problems when syncing mailbox formats that didn't support saving
GUIDs.

diffstat:

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

diffs (12 lines):

diff -r 225655115265 -r 044ec0204873 src/doveadm/dsync/dsync-ibc-stream.c
--- a/src/doveadm/dsync/dsync-ibc-stream.c	Wed Aug 07 19:26:29 2013 +0300
+++ b/src/doveadm/dsync/dsync-ibc-stream.c	Wed Aug 07 19:40:16 2013 +0300
@@ -29,7 +29,7 @@
 
 #define DSYNC_PROTOCOL_VERSION_MAJOR 3
 #define DSYNC_PROTOCOL_VERSION_MINOR 2
-#define DSYNC_HANDSHAKE_VERSION "VERSION\tdsync\t3\t1\n"
+#define DSYNC_HANDSHAKE_VERSION "VERSION\tdsync\t3\t2\n"
 
 #define DSYNC_PROTOCOL_MINOR_HAVE_ATTRIBUTES 1
 #define DSYNC_PROTOCOL_MINOR_HAVE_SAVE_GUID 2


More information about the dovecot-cvs mailing list