changeset 15587:cf361d83bea6

dsync: Assert-crashfix for handling keywords.
author Timo Sirainen <tss@iki.fi>
date Tue, 08 Jan 2013 04:00:04 +0200
parents 051affd69699
children 475a494b2fab
files src/doveadm/dsync/dsync-mailbox-export.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/doveadm/dsync/dsync-mailbox-export.c	Tue Jan 08 03:39:34 2013 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-export.c	Tue Jan 08 04:00:04 2013 +0200
@@ -113,7 +113,7 @@
 		if (!final_keyword_check(change, keywords[i])) {
 			const char *keyword_change =
 				p_strdup_printf(exporter->pool, "%c%s",
-						KEYWORD_CHANGE_FINAL,
+						KEYWORD_CHANGE_ADD,
 						keywords[i]);
 			array_append(&change->keyword_changes,
 				     &keyword_change, 1);