mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
test_filter() should use ordered_value_match()
This commit is contained in:
parent
670febf7d5
commit
7aaddee5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ test_ava_filter(
|
|||
} else
|
||||
#endif
|
||||
{
|
||||
ret = value_match( &match, a->a_desc, mr, use,
|
||||
ret = ordered_value_match( &match, a->a_desc, mr, use,
|
||||
bv, &ava->aa_value, &text );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue