commit | 10fc9183686d9d7183949c9e74a1c51d98ddb67e | [log] [tgz] |
---|---|---|
author | jardin <jardin> | Sat Oct 01 00:09:39 2005 +0000 |
committer | jardin <jardin> | Sat Oct 01 00:09:39 2005 +0000 |
tree | c2f5c4a32f0e062db0a1f7492d418dca92053134 | |
parent | 6638c1ab3d4c0043a49a3a67768cccf4a23648dc [diff] [blame] |
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> * isis_route.c: fix EXTREME_DEBUG compilation
diff --git a/isisd/isis_route.c b/isisd/isis_route.c index b9b25e2..d799ea0 100644 --- a/isisd/isis_route.c +++ b/isisd/isis_route.c
@@ -223,6 +223,7 @@ nexthops6_print (struct list *nhs6) { struct listnode *node; + struct isis_nexthop6 *nh6; for (ALL_LIST_ELEMENTS_RO (nhs6, node, nh6)) nexthop6_print (nh6);