dovecot-2.2: dsync: have_only_guid128 was never actually being set.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 20 21:25:33 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/fbf77af0233c
changeset: 16994:fbf77af0233c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 20 21:25:19 2013 +0200
description:
dsync: have_only_guid128 was never actually being set.

diffstat:

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

diffs (11 lines):

diff -r 47923cfd4b56 -r fbf77af0233c src/doveadm/dsync/dsync-brain-mailbox.c
--- a/src/doveadm/dsync/dsync-brain-mailbox.c	Wed Nov 20 15:07:26 2013 +0200
+++ b/src/doveadm/dsync/dsync-brain-mailbox.c	Wed Nov 20 21:25:19 2013 +0200
@@ -317,6 +317,7 @@
 	dsync_box_r->cache_fields = *metadata.cache_fields;
 	dsync_box_r->have_guids = status.have_guids;
 	dsync_box_r->have_save_guids = status.have_save_guids;
+	dsync_box_r->have_only_guid128 = status.have_only_guid128;
 	return 1;
 }
 


More information about the dovecot-cvs mailing list