From: Quanah Gibson-Mount Date: Thu, 10 Jul 2008 01:43:08 +0000 (+0000) Subject: syntax oid macros added X-Git-Tag: OPENLDAP_REL_ENG_2_4_11~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd719e81c7a88045f7dae90e20b8e573a57e5f2d;p=openldap syntax oid macros added --- diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 74ec625e3b..5bab4a2d0a 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -1019,6 +1019,7 @@ static AttributeType slap_at_undefined = { NULL, /* syntax (will be set later to "octetString") */ NULL, /* schema check function */ NULL, /* oidmacro */ + NULL, /* soidmacro */ SLAP_AT_ABSTRACT|SLAP_AT_FINAL, /* mask */ { NULL }, /* next */ NULL /* attribute description */ @@ -1036,6 +1037,7 @@ static AttributeType slap_at_proxied = { NULL, /* syntax (will be set later to "octetString") */ NULL, /* schema check function */ NULL, /* oidmacro */ + NULL, /* soidmacro */ SLAP_AT_ABSTRACT|SLAP_AT_FINAL, /* mask */ { NULL }, /* next */ NULL /* attribute description */