From b4af36e0d8eeb6a032b2ce2464aae76a04117827 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 7 Jun 2000 21:50:16 +0000 Subject: Removed some FIXMEs simply deleting them. --- proto/ospf/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/hello.c') diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index ef9bf59..dd8f975 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -119,7 +119,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p, n->ackd_timer->data=n; n->ackd_timer->randomize=0; n->ackd_timer->hook=ackd_timer_hook; - n->ackd_timer->recurrent=ifa->rxmtint/2; /* FIXME use some config? */ + n->ackd_timer->recurrent=ifa->rxmtint/2; DBG("%s: Installing ackd timer.\n", p->name); } ospf_neigh_sm(n, INM_HELLOREC); -- cgit v1.2.3