0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

Some useles variable deleted.

This commit is contained in:
Ondrej Filip 2000-06-06 00:16:31 +00:00
parent 3301b9d1c5
commit b131e163c2

View 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;