dovecot: mail_index_view_clone() needs to copy inconsistency_id.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 15 13:11:26 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/78b9315ed5ff
changeset: 6388:78b9315ed5ff
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 15 13:11:22 2007 +0300
description:
mail_index_view_clone() needs to copy inconsistency_id.

diffstat:

1 file changed, 1 insertion(+)
src/lib-index/mail-index-view.c |    1 +

diffs (11 lines):

diff -r 15defb570164 -r 78b9315ed5ff src/lib-index/mail-index-view.c
--- a/src/lib-index/mail-index-view.c	Sat Sep 15 13:07:46 2007 +0300
+++ b/src/lib-index/mail-index-view.c	Sat Sep 15 13:11:22 2007 +0300
@@ -19,6 +19,7 @@ void mail_index_view_clone(struct mail_i
 	}
 
 	dest->indexid = src->indexid;
+	dest->inconsistency_id = src->inconsistency_id;
 	dest->map = src->map;
 	if (dest->map != NULL)
 		dest->map->refcount++;


More information about the dovecot-cvs mailing list