mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
6c08d96597
commit
b1a1f46d64
@ -227,14 +227,14 @@ entry_schema_check(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* naming check */
|
/* naming check */
|
||||||
if ( !is_entry_objectclass ( e, slap_schema.si_oc_glue, 0 ) ) {
|
if ( !is_entry_objectclass ( e, slap_schema.si_oc_glue, 0 ) ) {
|
||||||
rc = entry_naming_check( e, text, textbuf, textlen );
|
rc = entry_naming_check( e, text, textbuf, textlen );
|
||||||
if( rc != LDAP_SUCCESS ) {
|
if( rc != LDAP_SUCCESS ) {
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* Glue Entry */
|
/* Glue Entry */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* find the content rule for the structural class */
|
/* find the content rule for the structural class */
|
||||||
cr = cr_find( sc->soc_oid );
|
cr = cr_find( sc->soc_oid );
|
||||||
|
Loading…
Reference in New Issue
Block a user