mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
SLAP_NVALUES: fix a FIX ME
This commit is contained in:
parent
22e88ffb75
commit
3600aac0fb
1 changed files with 4 additions and 3 deletions
|
|
@ -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 a new issue