blind fix

This commit is contained in:
Pierangelo Masarati 2003-02-26 21:45:56 +00:00
parent 7ab954d516
commit 937475efbf

View file

@ -1813,7 +1813,7 @@ aci_mask(
at != NULL;
at = attrs_find( at->a_next, ad ) )
{
if (value_find_ex( ad, SLAP_MR_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
if (value_find_ex( ad, SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
rc = 1;
break;
}