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

SLAP_NVALUES: fix a FIX ME

parent 22e88ffb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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