syntax oid macros added

This commit is contained in:
Howard Chu 2008-06-29 21:53:29 +00:00
parent b4894ccd81
commit 17af50abf3

View file

@ -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 */