From: Kurt Zeilenga Date: Tue, 27 Aug 2002 01:35:43 +0000 (+0000) Subject: Fix comment X-Git-Tag: NO_SLAP_OP_BLOCKS~1163 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00003ac53910347f15c53370b4d320606c69afe1;p=openldap Fix comment --- 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