]> git.sur5r.net Git - openldap/commitdiff
Bump MAXARGS to 500.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 Sep 2001 00:48:00 +0000 (00:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 Sep 2001 00:48:00 +0000 (00:48 +0000)
servers/slurpd/config.c

index 308a4edd42104e28eb5cf928f926cf734dec297c..845e75b8e49e812f2d15cc0f3abb187762d7dda8 100644 (file)
@@ -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 ));