diff options
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/ChangeLog | 4 | ||||
-rw-r--r-- | isisd/isis_route.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 41189d67..a053ede2 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -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. 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); |