]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: have_only_guid128 was never actually being set.
authorTimo Sirainen <tss@iki.fi>
Wed, 20 Nov 2013 19:25:19 +0000 (21:25 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 20 Nov 2013 19:25:19 +0000 (21:25 +0200)
src/doveadm/dsync/dsync-brain-mailbox.c

index d6e3618accff88a9ce2ec5441a63a1cdde5c5441..4bc6453040bb80217ee05c5b065daab826a683e8 100644 (file)
@@ -317,6 +317,7 @@ static int dsync_box_get(struct mailbox *box, struct dsync_mailbox *dsync_box_r)
        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;
 }