diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 7d74b8e844..67d8437eca 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -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