mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
fix for acl state
This commit is contained in:
parent
32fb8b0bff
commit
1f7b880963
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ monitor_back_compare(
|
|||
}
|
||||
|
||||
rc = access_allowed( be, conn, op, e, ava->aa_desc,
|
||||
&ava->aa_value, ACL_COMPARE );
|
||||
&ava->aa_value, ACL_COMPARE, NULL );
|
||||
if ( !rc ) {
|
||||
send_ldap_result( conn, op, LDAP_INSUFFICIENT_ACCESS,
|
||||
NULL, NULL, NULL, NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue