From dd719e81c7a88045f7dae90e20b8e573a57e5f2d Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 10 Jul 2008 01:43:08 +0000 Subject: [PATCH] syntax oid macros added --- servers/slapd/schema_prep.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5