diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-07 21:50:16 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-07 21:50:16 +0000 |
commit | b4af36e0d8eeb6a032b2ce2464aae76a04117827 (patch) | |
tree | 7e8abebb6fdfa19ce427b6d9059416f0fe87032f /proto/ospf/hello.c | |
parent | 7ab3ff6a287d6adc8f1d371d9da1504de502c8a6 (diff) |
Removed some FIXMEs simply deleting them.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index ef9bf593..dd8f9757 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); |