blob: e816394469bbd8622ec1761b032705ac7fb954e5 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001Upstream-Status: Inappropriate [1]
2
3[1] Not the author, the patch is from:rdist
4http://vault.centos.org/5.8/os/SRPMS/rdist-6.1.5-44.src.rpm
5
6--- rdist-6.1.5/src/setargs.c.maxargs 1998-11-10 05:15:56.000000000 +0100
7+++ rdist-6.1.5/src/setargs.c 2003-09-04 14:39:03.000000000 +0200
8@@ -58,7 +58,7 @@
9 * Set process argument functions
10 */
11
12-#define MAXUSERENVIRON 40
13+#define MAXUSERENVIRON 1024
14 char **Argv = NULL;
15 char *LastArgv = NULL;
16 char *UserEnviron[MAXUSERENVIRON+1];