diff options
Diffstat (limited to 'vlib')
-rw-r--r-- | vlib/vlib/unix/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlib/vlib/unix/cli.c b/vlib/vlib/unix/cli.c index 91dfd117caa..7fb20560d77 100644 --- a/vlib/vlib/unix/cli.c +++ b/vlib/vlib/unix/cli.c @@ -71,7 +71,7 @@ /** Maximum depth into a byte stream from which to compile a Telnet * protocol message. This is a saftey measure. */ -#define UNIX_CLI_MAX_DEPTH_TELNET 16 +#define UNIX_CLI_MAX_DEPTH_TELNET 24 /** Unix standard in */ #define UNIX_CLI_STDIN_FD 0 |