From fdf16eb65872b3bee02fb9e25c80ea32cf59f8e9 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 3 Jul 2011 19:43:30 +0200 Subject: Prints full community lists during 'show route all'. --- nest/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/cli.c') diff --git a/nest/cli.c b/nest/cli.c index 4d2b8fd..a61518b 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -120,7 +120,7 @@ void cli_printf(cli *c, int code, char *msg, ...) { va_list args; - byte buf[1024]; + byte buf[CLI_LINE_SIZE]; int cd = code; int size, cnt; -- cgit v1.2.3