]> git.sur5r.net Git - openldap/commitdiff
Import ITS#2679 fix from HEAD (bad acl caching)
authorHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 00:08:13 +0000 (00:08 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 12 Oct 2003 00:08:13 +0000 (00:08 +0000)
servers/slapd/acl.c

index 9c588a4cc933441fdac7381e6c9ee8ad5ce2d00e..325178a34a3e9bdebf7fa9ad5f37e239afb88ca2 100644 (file)
@@ -267,6 +267,7 @@ access_allowed(
                goto vd_access;
 
        } else {
+               if ( state ) state->as_vi_acl = NULL;
                a = NULL;
                ACL_INIT(mask);
                count = 0;