mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Default objectClass kind should be STRUCTURAL
This commit is contained in:
parent
955158dfcb
commit
ec87e9e30f
1 changed files with 1 additions and 0 deletions
|
|
@ -1977,6 +1977,7 @@ ldap_str2objectclass( const char * s, int * code, const char ** errp, const int
|
|||
*code = LDAP_SCHERR_OUTOFMEM;
|
||||
return NULL;
|
||||
}
|
||||
oc->oc_kind = LDAP_SCHEMA_STRUCTURAL;
|
||||
|
||||
kind = get_token(&ss,&sval);
|
||||
if ( kind != TK_LEFTPAREN ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue