From 556417e8fbcbec0f2123ea00a5698f94ebbbeb7d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 15 Sep 2007 09:15:09 +0200 Subject: [PATCH] command.c: Increase maximal command length. 4096 is really short if you want to pass lots of filenames. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index 1c1b300f..8bef1498 100644 --- 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; -- 2.39.2