Raise MAXARGS to 200, since the schema syntax burns more.

This commit is contained in:
Randy Kunkee 2000-08-31 22:16:16 +00:00
parent 0e920e9d29
commit 58bb439d08

View File

@ -16,7 +16,7 @@
#include "ldap_pvt.h" #include "ldap_pvt.h"
#include "slap.h" #include "slap.h"
#define MAXARGS 128 #define MAXARGS 200
/* /*
* defaults for various global variables * defaults for various global variables