From ad0a8d5f7627316f28f53615bb536ffa7bb00813 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 3 Feb 2001 05:19:04 +0000 Subject: [PATCH] OC kind fix --- libraries/libldap/schema.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/libldap/schema.c b/libraries/libldap/schema.c index 47f873db8a..e220456481 100644 --- a/libraries/libldap/schema.c +++ b/libraries/libldap/schema.c @@ -1732,6 +1732,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 ) { -- 2.47.2