changeset 16681:044ec0204873

dsync: We didn't send the new protocol version in handshake. This caused problems when syncing mailbox formats that didn't support saving GUIDs.
author Timo Sirainen <tss@iki.fi>
date Wed, 07 Aug 2013 19:40:16 +0300
parents 225655115265
children 5dbea45eecb8
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	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