From b131e163c292aac09dc7f73924de0fad6547743d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 00:16:31 +0000 Subject: Some useles variable deleted. --- proto/ospf/hello.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto') 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; -- cgit v1.2.3