libesl: allow fs_cli -x to have args up to 1024 chars (was 256)

This commit is contained in:
Michael S Collins 2010-12-01 17:39:17 -08:00
parent 540d486fd0
commit 7039ba47a1
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ int main(int argc, char *argv[])
int temp_log = -1;
int argv_error = 0;
int argv_exec = 0;
char argv_command[256] = "";
char argv_command[1024] = "";
char argv_loglevel[128] = "";
int argv_quiet = 0;
int loops = 2, reconnect = 0;