mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
SLAP_NVALUES: fix a FIX ME
This commit is contained in:
parent
22e88ffb75
commit
3600aac0fb
@ -91,14 +91,15 @@ objectSubClassMatch(
|
||||
}
|
||||
|
||||
#ifdef SLAP_NVALUES
|
||||
assert(0 /* FIX ME */);
|
||||
if( SLAP_MR_IS_VALUE_OF_ATTRIBUTE_SYNTAX( flags ) )
|
||||
#else
|
||||
if( SLAP_IS_MR_ATTRIBUTE_SYNTAX_MATCH( flags ) ) {
|
||||
if( SLAP_IS_MR_ATTRIBUTE_SYNTAX_MATCH( flags ) )
|
||||
#endif
|
||||
{
|
||||
*matchp = ( asserted != oc );
|
||||
} else {
|
||||
*matchp = !is_object_subclass( asserted, oc );
|
||||
}
|
||||
#endif
|
||||
|
||||
#if OCDEBUG
|
||||
#ifdef NEW_LOGGING
|
||||
|
Loading…
Reference in New Issue
Block a user