mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Fix typo in last commit
This commit is contained in:
parent
9267700fb9
commit
deac70a6de
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ entry_schema_check(
|
|||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
AttributeDescription *ad_objectClass = slap_schema.si_ad_objectClass;
|
||||
#else
|
||||
static const char *ac_objectClass = "objectclass";
|
||||
static const char *ad_objectClass = "objectclass";
|
||||
#endif
|
||||
|
||||
if( !global_schemacheck ) return LDAP_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue