diff options
Diffstat (limited to 'proto/ospf')
-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; |