From: Howard Chu Date: Sun, 12 Oct 2003 00:08:13 +0000 (+0000) Subject: Import ITS#2679 fix from HEAD (bad acl caching) X-Git-Tag: OPENLDAP_REL_ENG_2_1_23~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89dff912540467944cc34679f315b441bc630e1c;p=thirdparty%2Fopenldap.git Import ITS#2679 fix from HEAD (bad acl caching) --- 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;