mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
don't treat undefined oc as extensibleObject
This commit is contained in:
parent
c061aaa81c
commit
79b31f63c2
1 changed files with 2 additions and 0 deletions
|
|
@ -311,11 +311,13 @@ oc_check_allowed( char *type, struct berval **ocl )
|
|||
}
|
||||
/* maybe the next oc allows it */
|
||||
|
||||
#ifdef OC_UNDEFINED_IMPLES_EXTENSIBLE
|
||||
/* we don't know about the oc. assume it allows it */
|
||||
} else {
|
||||
if ( t != type )
|
||||
ldap_memfree( t );
|
||||
return( 0 );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue