mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-05 08:31:53 +00:00
Removed some FIXMEs by deleting them.
This commit is contained in:
parent
3585d400e0
commit
496c819f26
@ -154,7 +154,6 @@ rxmt_timer_hook(timer *timer)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
tm_stop(n->rxmt_timer);
|
tm_stop(n->rxmt_timer);
|
||||||
/* FIXME I should dealloc ldbdes */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -189,7 +188,6 @@ ospf_dbdes_reqladd(struct ospf_dbdes_packet *ps, struct proto *p,
|
|||||||
ntohlsah(plsa+i, &(sn->lsa));
|
ntohlsah(plsa+i, &(sn->lsa));
|
||||||
s_add_tail(&(n->lsrql), SNODE sn);
|
s_add_tail(&(n->lsrql), SNODE sn);
|
||||||
}
|
}
|
||||||
/* FIXME and the next part of condition? */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user