]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Some useles variable deleted.
authorOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:16:31 +0000 (00:16 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 6 Jun 2000 00:16:31 +0000 (00:16 +0000)
proto/ospf/hello.c

index 21cd1ea4906038f398b49673c79412702b5aa93c..100dec581ce5531e8c8dd84150f45228d20b9737 100644 (file)
@@ -236,12 +236,10 @@ hello_timer_hook(timer *timer)
   }
   else /* NBMA */
   {
-    list n_list;
     struct ospf_neighbor *n1;
     struct nbma_node *nb;
     int send;
 
-    init_list(&n_list);
     WALK_LIST(nb,ifa->nbma_list)
     {
       send=1;