From 10fc9183686d9d7183949c9e74a1c51d98ddb67e Mon Sep 17 00:00:00 2001 From: jardin Date: Sat, 1 Oct 2005 00:09:39 +0000 Subject: 2005-09-30 Vincent Jardin * isis_route.c: fix EXTREME_DEBUG compilation --- isisd/isis_route.c | 1 + 1 file changed, 1 insertion(+) (limited to 'isisd/isis_route.c') diff --git a/isisd/isis_route.c b/isisd/isis_route.c index b9b25e2c..d799ea0e 100644 --- a/isisd/isis_route.c +++ b/isisd/isis_route.c @@ -223,6 +223,7 @@ static void nexthops6_print (struct list *nhs6) { struct listnode *node; + struct isis_nexthop6 *nh6; for (ALL_LIST_ELEMENTS_RO (nhs6, node, nh6)) nexthop6_print (nh6); -- cgit v1.2.1