Fix typo in prev commit value_find/_ex

This commit is contained in:
Howard Chu 2002-12-04 23:20:22 +00:00
parent 574090d184
commit b1798f9160

View 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;
}