Fix comment

This commit is contained in:
Kurt Zeilenga 2002-08-27 01:35:43 +00:00
parent 522ee4a038
commit 00003ac539

View file

@ -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