]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit value_find/_ex
authorHoward Chu <hyc@openldap.org>
Wed, 4 Dec 2002 23:20:22 +0000 (23:20 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 4 Dec 2002 23:20:22 +0000 (23:20 +0000)
servers/slapd/acl.c

index b89921e7bd52ab77a44854ca6b53b211f4ad882e..23447f89fd71038a58c6febf97ea10b72acc39be 100644 (file)
@@ -1802,7 +1802,7 @@ aci_mask(
                        at != NULL;
                        at = attrs_find( at->a_next, ad ) )
                {
-                       if (value_find( ad, SLAP_MR_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
+                       if (value_find_ex( ad, SLAP_MR_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
                                rc = 1;
                                break;
                        }