fix for acl state

This commit is contained in:
Pierangelo Masarati 2002-02-09 09:05:40 +00:00
parent 32fb8b0bff
commit 1f7b880963

View File

@ -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 );