From 7fd4143eadd5af6e1ad7825d7d7506ad021bf1ad Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Fri, 18 Dec 2015 11:57:38 +0100 Subject: Integrated address print lengths Minor changes by Ondrej Santiago Zajicek --- proto/static/static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/static') diff --git a/proto/static/static.c b/proto/static/static.c index bc5f104f..809c29fb 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -643,7 +643,7 @@ struct protocol proto_static = { static void static_show_rt(struct static_route *r) { - byte via[STD_ADDRESS_P_LENGTH + 16]; + byte via[IPA_MAX_TEXT_LENGTH + 25]; switch (r->dest) { -- cgit v1.2.3