Skip to content
Snippets Groups Projects
Commit d6ac7ac5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix last commit.

Also add uses where mr is the attribute's equality rule.
parent 2908cdff
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,9 @@ matching_rule_use_init( void )
at = NULL;
for ( at_start( &at ); at; at_next( &at ) ) {
if( mr->smr_syntax == at->sat_syntax ) {
if( mr->smr_syntax == at->sat_syntax ||
mr == at->sat_equality )
{
ldap_charray_add( &applies_oids, at->sat_cname.bv_val );
}
}
......
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