dovecot: mail_index_ext_set_reset_id() handling fix

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 13 05:29:57 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/3e7364f200aa
changeset: 5982:3e7364f200aa
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 13 05:22:16 2007 +0300
description:
mail_index_ext_set_reset_id() handling fix

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mail-transaction-log-append.c |    2 +-

diffs (12 lines):

diff -r d585d0c65834 -r 3e7364f200aa src/lib-index/mail-transaction-log-append.c
--- a/src/lib-index/mail-transaction-log-append.c	Fri Jul 13 02:52:09 2007 +0300
+++ b/src/lib-index/mail-transaction-log-append.c	Fri Jul 13 05:22:16 2007 +0300
@@ -279,7 +279,7 @@ mail_transaction_log_append_ext_intros(s
 		reset_ids = NULL;
 		reset_id_count = 0;
 	} else {
-		reset_ids = array_get(&t->ext_reset_ids, &reset_count);
+		reset_ids = array_get(&t->ext_reset_ids, &reset_id_count);
 	}
 
 	if (!array_is_created(&t->ext_resets)) {


More information about the dovecot-cvs mailing list