dovecot: Crashfix to last change

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 22 17:34:01 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/7499e36629c6
changeset: 6467:7499e36629c6
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 22 17:33:58 2007 +0300
description:
Crashfix to last change

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/lazy-expunge/lazy-expunge-plugin.c |    2 +-

diffs (12 lines):

diff -r eab04861f2fc -r 7499e36629c6 src/plugins/lazy-expunge/lazy-expunge-plugin.c
--- a/src/plugins/lazy-expunge/lazy-expunge-plugin.c	Sat Sep 22 17:05:25 2007 +0300
+++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.c	Sat Sep 22 17:33:58 2007 +0300
@@ -491,7 +491,7 @@ static void lazy_expunge_mail_storage_cr
 	p = t_strsplit_spaces(getenv("LAZY_EXPUNGE"), " ");
 	for (i = 0; i < LAZY_NAMESPACE_COUNT; i++, p++) {
 		if (strcmp(storage->ns->prefix, *p) == 0) {
-			lazy_namespaces[i]->flags |= NAMESPACE_FLAG_INTERNAL;
+			storage->ns->flags |= NAMESPACE_FLAG_INTERNAL;
 			break;
 		}
 	}


More information about the dovecot-cvs mailing list