dovecot-1.2: Fix to previous ACL fix..

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 31 17:46:08 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/ca4e277a6615
changeset: 8362:ca4e277a6615
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 31 17:46:05 2008 +0200
description:
Fix to previous ACL fix..

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/acl/acl-mailbox-list.c |    2 +-

diffs (12 lines):

diff -r 692aac54ae1c -r ca4e277a6615 src/plugins/acl/acl-mailbox-list.c
--- a/src/plugins/acl/acl-mailbox-list.c	Fri Oct 31 17:44:54 2008 +0200
+++ b/src/plugins/acl/acl-mailbox-list.c	Fri Oct 31 17:46:05 2008 +0200
@@ -225,7 +225,7 @@ acl_mailbox_list_iter_next(struct mailbo
 		}
 		/* skip to next one */
 	}
-	return &ctx->info;
+	return info == NULL ? NULL : &ctx->info;
 }
 
 static int


More information about the dovecot-cvs mailing list