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

Fix typo in last commit and in schema_check.c

parent 0781f59f
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ oc_check_required( Entry *e, struct berval *ocname )
Debug( LDAP_DEBUG_TRACE,
"oc_check_required entry (%s), objectclass \"%s\"\n",
e->e_dn, ocname, 0 );
e->e_dn, ocname->bv_val, 0 );
/* find global oc defn. it we don't know about it assume it's ok */
if ( (oc = oc_find( ocname->bv_val )) == NULL ) {
......
......@@ -682,7 +682,7 @@ objectclass kerberosSecurityObject
krbName
objectclass inetOrgPerson
requres
requires
objectClass,
cn,
sn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment