From: Kurt Zeilenga Date: Sat, 26 Aug 2000 19:55:08 +0000 (+0000) Subject: Align with re20 X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2168 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4739a3015bfbd77070a359082e35c90dfcb905d0;p=openldap Align with re20 --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index eb0f7033b7..c5900ff328 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -2302,7 +2302,8 @@ struct syntax_defs_rec syntax_defs[] = { /* OpenLDAP Experimental Syntaxes */ {"( 1.3.6.1.4.1.4203.666.2.1 DESC 'OpenLDAP Experimental ACI' )", - 0, IA5StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */, NULL, NULL}, + 0, IA5StringValidate /* THIS WILL CHANGE FOR NEW ACI SYNTAX */, + NULL, NULL}, {"( 1.3.6.1.4.1.4203.666.2.2 DESC 'OpenLDAP authPassword' )", 0, NULL, NULL, NULL},