summaryrefslogtreecommitdiff
path: root/isisd/isis_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_route.c')
-rw-r--r--isisd/isis_route.c1
1 files changed, 1 insertions, 0 deletions
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);