Some useles variable deleted.
This commit is contained in:
parent
3301b9d1c5
commit
b131e163c2
1 changed files with 0 additions and 2 deletions
|
@ -236,12 +236,10 @@ hello_timer_hook(timer *timer)
|
||||||
}
|
}
|
||||||
else /* NBMA */
|
else /* NBMA */
|
||||||
{
|
{
|
||||||
list n_list;
|
|
||||||
struct ospf_neighbor *n1;
|
struct ospf_neighbor *n1;
|
||||||
struct nbma_node *nb;
|
struct nbma_node *nb;
|
||||||
int send;
|
int send;
|
||||||
|
|
||||||
init_list(&n_list);
|
|
||||||
WALK_LIST(nb,ifa->nbma_list)
|
WALK_LIST(nb,ifa->nbma_list)
|
||||||
{
|
{
|
||||||
send=1;
|
send=1;
|
||||||
|
|
Loading…
Reference in a new issue