Fix typo in last commit and in schema_check.c

This commit is contained in:
Kurt Zeilenga 2000-05-23 20:33:40 +00:00
parent 0781f59f5d
commit 4540262cf5
2 changed files with 2 additions and 2 deletions

View file

@ -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 ) {

View file

@ -682,7 +682,7 @@ objectclass kerberosSecurityObject
krbName
objectclass inetOrgPerson
requres
requires
objectClass,
cn,
sn