mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 00:33:43 -05:00
Fix comment
This commit is contained in:
parent
522ee4a038
commit
00003ac539
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ entry_schema_check(
|
|||
/* it's a REALLY bad idea to disable schema checks */
|
||||
if( !global_schemacheck ) return LDAP_SUCCESS;
|
||||
|
||||
/* find the object class attribute - could error out here */
|
||||
/* find the structural object class attribute */
|
||||
asc = attr_find( e->e_attrs, ad_structuralObjectClass );
|
||||
if ( asc == NULL ) {
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
Loading…
Reference in a new issue