diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 02:16:31 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 02:16:31 +0200 |
commit | b131e163c292aac09dc7f73924de0fad6547743d (patch) | |
tree | 1bdc19589413c1b483accce0c32a17ebf5daf348 /proto/ospf/hello.c | |
parent | 3301b9d1c57b4e76d32f1244e3da33012e70d20d (diff) | |
download | bird-b131e163c292aac09dc7f73924de0fad6547743d.tar bird-b131e163c292aac09dc7f73924de0fad6547743d.zip |
Some useles variable deleted.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 2 |
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; |