From: Timo Sirainen Date: Wed, 7 Aug 2013 16:40:16 +0000 (+0300) Subject: dsync: We didn't send the new protocol version in handshake. X-Git-Tag: 2.2.6~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ce71e1c9ce08c4e35b1899d32e45a29ed216ce;p=thirdparty%2Fdovecot%2Fcore.git dsync: We didn't send the new protocol version in handshake. This caused problems when syncing mailbox formats that didn't support saving GUIDs. --- diff --git a/src/doveadm/dsync/dsync-ibc-stream.c b/src/doveadm/dsync/dsync-ibc-stream.c index 4ac23f38bf..4d7d42ec1c 100644 --- a/src/doveadm/dsync/dsync-ibc-stream.c +++ b/src/doveadm/dsync/dsync-ibc-stream.c @@ -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