summaryrefslogtreecommitdiffstats
path: root/proto/ospf/hello.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-07 23:50:16 +0200
committerOndrej Filip <feela@network.cz>2000-06-07 23:50:16 +0200
commitb4af36e0d8eeb6a032b2ce2464aae76a04117827 (patch)
tree7e8abebb6fdfa19ce427b6d9059416f0fe87032f /proto/ospf/hello.c
parent7ab3ff6a287d6adc8f1d371d9da1504de502c8a6 (diff)
downloadbird-b4af36e0d8eeb6a032b2ce2464aae76a04117827.tar
bird-b4af36e0d8eeb6a032b2ce2464aae76a04117827.zip
Removed some FIXMEs simply deleting them.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r--proto/ospf/hello.c2
1 files changed, 1 insertions, 1 deletions
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);