dovecot-2.2: dsync: Fixed parsing state string.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 10 07:39:12 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/1d7d160015cb
changeset: 15623:1d7d160015cb
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 10 07:39:02 2013 +0200
description:
dsync: Fixed parsing state string.

diffstat:

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

diffs (12 lines):

diff -r 42a88f557662 -r 1d7d160015cb src/doveadm/dsync/dsync-mailbox-state.c
--- a/src/doveadm/dsync/dsync-mailbox-state.c	Thu Jan 10 07:31:51 2013 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-state.c	Thu Jan 10 07:39:02 2013 +0200
@@ -7,7 +7,7 @@
 #include "hash.h"
 #include "dsync-mailbox-state.h"
 
-#define MAILBOX_SIZE (GUID_128_SIZE + 4 + 4 + 8)
+#define MAILBOX_SIZE (GUID_128_SIZE + 4 + 4 + 8 + 8)
 
 static void put_uint32(buffer_t *output, uint32_t num)
 {


More information about the dovecot-cvs mailing list