From: Randy Kunkee Date: Thu, 31 Aug 2000 22:16:16 +0000 (+0000) Subject: Raise MAXARGS to 200, since the schema syntax burns more. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2126 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58bb439d08953bc54d7723760f2c4b64b56f0042;p=openldap Raise MAXARGS to 200, since the schema syntax burns more. --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index c9c245e06b..69cd36c6f3 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -16,7 +16,7 @@ #include "ldap_pvt.h" #include "slap.h" -#define MAXARGS 128 +#define MAXARGS 200 /* * defaults for various global variables