Skip to content
Snippets Groups Projects
Commit 00003ac5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix comment

parent 522ee4a0
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment