Skip to content
Snippets Groups Projects
Commit b1798f91 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in prev commit value_find/_ex

parent 574090d1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment