From d5d9693ce90c190ca7358b4ac71b9d034603a3ae Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 6 Jun 2004 18:45:08 +0000 Subject: Deleted unused parameters. --- proto/ospf/neighbor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index c3f4c32..2527cef 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -57,9 +57,9 @@ ospf_neighbor_new(struct ospf_iface *ifa) n->rxmt_timer->hook = rxmt_timer_hook; n->rxmt_timer->recurrent = ifa->rxmtint; s_init_list(&(n->lsrql)); - n->lsrqh = ospf_top_new(pool, n->ifa->proto); + n->lsrqh = ospf_top_new(pool); s_init_list(&(n->lsrtl)); - n->lsrth = ospf_top_new(pool, n->ifa->proto); + n->lsrth = ospf_top_new(pool); s_init(&(n->lsrqi), &(n->lsrql)); s_init(&(n->lsrti), &(n->lsrtl)); tm_start(n->rxmt_timer, n->ifa->rxmtint); -- cgit v1.2.3