X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=8bef14983546a86757022e9974ddd6342ee936b0;hp=1c1b300f2bb0352142f2745ef764077b0bfcf3f2;hb=556417e8fbcbec0f2123ea00a5698f94ebbbeb7d;hpb=81a2a3b91db054a34a011392256c05271ee39114 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;