]> git.sur5r.net Git - openldap/commitdiff
fix for acl state
authorPierangelo Masarati <ando@openldap.org>
Sat, 9 Feb 2002 09:05:40 +0000 (09:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 9 Feb 2002 09:05:40 +0000 (09:05 +0000)
servers/slapd/back-monitor/compare.c

index 3ddac2daa3cd94e26ffacd1c13ab421554e1bd34..f50314f8decb9fb92609b67536bb1f30ca1f4b13 100644 (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 );