From 00003ac53910347f15c53370b4d320606c69afe1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 27 Aug 2002 01:35:43 +0000 Subject: [PATCH] Fix comment --- servers/slapd/schema_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5