projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a2a3b
)
command.c: Increase maximal command length.
author
Andre Noll
<maan@systemlinux.org>
Sat, 15 Sep 2007 07:15:09 +0000
(09:15 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 15 Sep 2007 07:15:09 +0000
(09:15 +0200)
4096 is really short if you want to pass lots of filenames.
command.c
patch
|
blob
|
history
diff --git
a/command.c
b/command.c
index 1c1b300f2bb0352142f2745ef764077b0bfcf3f2..8bef14983546a86757022e9974ddd6342ee936b0 100644
(file)
--- a/
command.c
+++ b/
command.c
@@
-28,7
+28,7
@@
#include "afs_command_list.h"
/** commands including options must be shorter than this */
-#define MAX_COMMAND_LEN
4096
+#define MAX_COMMAND_LEN
32768
static RC4_KEY rc4_recv_key;
static RC4_KEY rc4_send_key;