summaryrefslogtreecommitdiff
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c
index f2d3505e..7ce682b0 100644
--- a/proto/ospf/neighbor.c
+++ b/proto/ospf/neighbor.c
@@ -84,8 +84,6 @@ ospf_neighbor_new(struct ospf_iface *ifa)
n->pool = pool;
n->ifa = ifa;
add_tail(&ifa->neigh_list, NODE n);
- n->adj = 0;
- n->csn = 0;
n->state = NEIGHBOR_DOWN;
init_lists(p, n);