Skip to content
Snippets Groups Projects
Commit 1f7b8809 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix for acl state

parent 32fb8b0b
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment