summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 02:16:31 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 02:16:31 +0200
commitb131e163c292aac09dc7f73924de0fad6547743d (patch)
tree1bdc19589413c1b483accce0c32a17ebf5daf348 /proto
parent3301b9d1c57b4e76d32f1244e3da33012e70d20d (diff)
downloadbird-b131e163c292aac09dc7f73924de0fad6547743d.tar
bird-b131e163c292aac09dc7f73924de0fad6547743d.zip
Some useles variable deleted.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/hello.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c
index 21cd1ea..100dec5 100644
--- a/proto/ospf/hello.c
+++ b/proto/ospf/hello.c
@@ -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;