From: Howard Chu Date: Tue, 16 Sep 2003 22:03:26 +0000 (+0000) Subject: ITS#2679 don't use cached ACL state from different attribute X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~714 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=94e88c3700b677b07da52f7b9555c487b387267d;p=openldap ITS#2679 don't use cached ACL state from different attribute --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 3505b71708..5b1f0434b8 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -279,6 +279,7 @@ access_allowed( goto vd_access; } else { + if ( state ) state->as_vi_acl = NULL; a = NULL; ACL_INIT(mask); count = 0;