]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: We didn't send the new protocol version in handshake.
authorTimo Sirainen <tss@iki.fi>
Wed, 7 Aug 2013 16:40:16 +0000 (19:40 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 7 Aug 2013 16:40:16 +0000 (19:40 +0300)
This caused problems when syncing mailbox formats that didn't support saving
GUIDs.

src/doveadm/dsync/dsync-ibc-stream.c

index 4ac23f38bfd957b280ec4545451c9709ebf67edb..4d7d42ec1cfb8ef8dce8eef170dd642ff369d450 100644 (file)
@@ -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