mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Bug fix.
This commit is contained in:
parent
bac87c2562
commit
47888f1c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ entry_schema_check(
|
|||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
if( oc == slap_schema.si_oc_extensibleObject )
|
||||
#else
|
||||
if( !strcmp( aoc->a_vals[i], "extensibleObject" ) == 0 )
|
||||
if( !strcmp( aoc->a_vals[i]->bv_val, "extensibleObject" ) == 0 )
|
||||
#endif
|
||||
{
|
||||
extensible=1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue