mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#2679 don't use cached ACL state from different attribute
This commit is contained in:
parent
e878d7eab9
commit
94e88c3700
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ access_allowed(
|
|||
goto vd_access;
|
||||
|
||||
} else {
|
||||
if ( state ) state->as_vi_acl = NULL;
|
||||
a = NULL;
|
||||
ACL_INIT(mask);
|
||||
count = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue