From: Howard Chu Date: Wed, 4 Dec 2002 23:20:22 +0000 (+0000) Subject: Fix typo in prev commit value_find/_ex X-Git-Tag: NO_SLAP_OP_BLOCKS~721 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b1798f91600e5a9d24603b089490d32e7921db70;p=openldap Fix typo in prev commit value_find/_ex --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index b89921e7bd..23447f89fd 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -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; }