]> git.sur5r.net Git - openldap/commitdiff
Fix comment
authorKurt Zeilenga <kurt@openldap.org>
Tue, 27 Aug 2002 01:35:43 +0000 (01:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 27 Aug 2002 01:35:43 +0000 (01:35 +0000)
servers/slapd/schema_check.c

index 7d74b8e8448a72b612255b7207e3455d60444af2..67d8437eca51b03eb072fa4b240f8d50c8c66612 100644 (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