]> git.sur5r.net Git - openldap/commitdiff
ITS#2679 don't use cached ACL state from different attribute
authorHoward Chu <hyc@openldap.org>
Tue, 16 Sep 2003 22:03:26 +0000 (22:03 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Sep 2003 22:03:26 +0000 (22:03 +0000)
servers/slapd/acl.c

index 3505b71708d160ff67902f31671493e0a5eff8e2..5b1f0434b84f1e19589728a7ec6502811c334519 100644 (file)
@@ -279,6 +279,7 @@ access_allowed(
                goto vd_access;
 
        } else {
+               if ( state ) state->as_vi_acl = NULL;
                a = NULL;
                ACL_INIT(mask);
                count = 0;