cvsdist d1276eb
--- rdist-6.1.5/src/setargs.c.maxargs	1998-11-10 05:15:56.000000000 +0100
cvsdist d1276eb
+++ rdist-6.1.5/src/setargs.c	2003-09-04 14:39:03.000000000 +0200
Michal Luscon f5c9a76
@@ -52,7 +52,7 @@
cvsdist d1276eb
  * Set process argument functions
cvsdist d1276eb
  */
cvsdist d1276eb
 
cvsdist d1276eb
-#define MAXUSERENVIRON 		40
cvsdist d1276eb
+#define MAXUSERENVIRON 		1024
cvsdist d1276eb
 char 			      **Argv = NULL;
cvsdist d1276eb
 char 			       *LastArgv = NULL;
cvsdist d1276eb
 char 			       *UserEnviron[MAXUSERENVIRON+1];