From: Howard Chu Date: Sun, 29 Jun 2008 21:53:29 +0000 (+0000) Subject: syntax oid macros added X-Git-Tag: LOCKER_IDS~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17af50abf3f381d676e93dfa54ae0514fb568d2b;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 */