2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>

* isis_route.c: fix EXTREME_DEBUG compilation
This commit is contained in:
jardin 2005-10-01 00:09:39 +00:00
parent 6638c1ab3d
commit 10fc918368
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
* isis_route.c: fix EXTREME_DEBUG compilation
2005-09-28 Hasso Tepper <hasso at quagga.net>
* *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.

View File

@ -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);