dovecot-2.2: dsync: Assert-crashfix for handling keywords.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 8 04:00:14 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/cf361d83bea6
changeset: 15587:cf361d83bea6
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 08 04:00:04 2013 +0200
description:
dsync: Assert-crashfix for handling keywords.

diffstat:

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

diffs (12 lines):

diff -r 051affd69699 -r cf361d83bea6 src/doveadm/dsync/dsync-mailbox-export.c
--- 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);


More information about the dovecot-cvs mailing list