mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add no-op mru_schema_info()...
Not sure how best to populate matchingRuleUses...
This commit is contained in:
parent
2f7858044e
commit
b56f7c7222
@ -303,4 +303,9 @@ int mr_schema_info( Entry *e )
|
||||
return 0;
|
||||
}
|
||||
|
||||
int mru_schema_info( Entry *e )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -591,6 +591,7 @@ LDAP_SLAPD_F (int) register_matching_rule LDAP_P((
|
||||
const char *associated ));
|
||||
|
||||
LDAP_SLAPD_F (int) mr_schema_info( Entry *e );
|
||||
LDAP_SLAPD_F (int) mru_schema_info( Entry *e );
|
||||
|
||||
/*
|
||||
* mra.c
|
||||
|
@ -88,6 +88,7 @@ schema_info( Entry **entry, const char **text )
|
||||
|
||||
if ( syn_schema_info( e )
|
||||
|| mr_schema_info( e )
|
||||
|| mru_schema_info( e )
|
||||
|| at_schema_info( e )
|
||||
|| oc_schema_info( e ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user