mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Raise MAXARGS to 200, since the schema syntax burns more.
This commit is contained in:
parent
0e920e9d29
commit
58bb439d08
@ -16,7 +16,7 @@
|
||||
#include "ldap_pvt.h"
|
||||
#include "slap.h"
|
||||
|
||||
#define MAXARGS 128
|
||||
#define MAXARGS 200
|
||||
|
||||
/*
|
||||
* defaults for various global variables
|
||||
|
Loading…
Reference in New Issue
Block a user