mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
List approximates as well in rule uses.
Don't yet list ordering rules yet, these require special attention (and hence are not marked MR_EXT yet)
This commit is contained in:
parent
d6ac7ac544
commit
04c71ce9b2
1 changed files with 2 additions and 1 deletions
|
|
@ -356,7 +356,8 @@ matching_rule_use_init( void )
|
|||
at = NULL;
|
||||
for ( at_start( &at ); at; at_next( &at ) ) {
|
||||
if( mr->smr_syntax == at->sat_syntax ||
|
||||
mr == at->sat_equality )
|
||||
mr == at->sat_equality ||
|
||||
mr == at->sat_approx )
|
||||
{
|
||||
ldap_charray_add( &applies_oids, at->sat_cname.bv_val );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue