mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Raise MAXARGS to 200, since the schema syntax burns more.
This commit is contained in:
parent
0e920e9d29
commit
58bb439d08
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue