]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
authorjardin <jardin>
Sat, 1 Oct 2005 00:09:39 +0000 (00:09 +0000)
committerjardin <jardin>
Sat, 1 Oct 2005 00:09:39 +0000 (00:09 +0000)
* isis_route.c: fix EXTREME_DEBUG compilation

isisd/ChangeLog
isisd/isis_route.c

index 41189d67382c3ffbbd81457831914637ae9da1ec..a053ede2b8c4c9ed4bfb207778702c7ad2d22dd9 100644 (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.
index b9b25e2c98fd9dfc9f53d692642810457608dd01..d799ea0e1dbc058be3d5aa94436a03541098e49a 100644 (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);