Add no-op mru_schema_info()...

Not sure how best to populate matchingRuleUses...
This commit is contained in:
Kurt Zeilenga 2002-03-11 03:06:34 +00:00
parent 2f7858044e
commit b56f7c7222
3 changed files with 7 additions and 0 deletions

View File

@ -303,4 +303,9 @@ int mr_schema_info( Entry *e )
return 0;
}
int mru_schema_info( Entry *e )
{
return 0;
}
#endif

View File

@ -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

View File

@ -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 ) )
{