mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#3830, fix val-specific ACLs
This commit is contained in:
parent
7cb7bc3341
commit
9c246fce39
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ slap_acl_get(
|
|||
|
||||
if( state && !( state->as_recorded & ACL_STATE_RECORDED_VD )) {
|
||||
state->as_recorded |= ACL_STATE_RECORDED_VD;
|
||||
state->as_vd_acl = prev;
|
||||
state->as_vd_acl = a;
|
||||
state->as_vd_acl_count = *count;
|
||||
state->as_vd_access = a->acl_access;
|
||||
state->as_vd_access_count = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue