projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
command.c: Increase maximal command length.
[paraslash.git]
/
command.c
diff --git
a/command.c
b/command.c
index
1c1b300
..
8bef149
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;