test_filter() should use ordered_value_match()

This commit is contained in:
Howard Chu 2007-08-24 22:34:04 +00:00
parent 670febf7d5
commit 7aaddee5bf

View file

@ -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 );
}