mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Bump MAXARGS to 500.
This commit is contained in:
parent
465ecb85f0
commit
1bfadb5608
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "slurp.h"
|
||||
#include "globals.h"
|
||||
|
||||
#define MAXARGS 100
|
||||
#define MAXARGS 500
|
||||
|
||||
/* Forward declarations */
|
||||
static void add_replica LDAP_P(( char **, int ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue