From 89dff912540467944cc34679f315b441bc630e1c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 12 Oct 2003 00:08:13 +0000 Subject: [PATCH] Import ITS#2679 fix from HEAD (bad acl caching) --- servers/slapd/acl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 9c588a4cc9..325178a34a 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -267,6 +267,7 @@ access_allowed( goto vd_access; } else { + if ( state ) state->as_vi_acl = NULL; a = NULL; ACL_INIT(mask); count = 0; -- 2.39.5