1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Small cleanup, indentation and preparation for multiple areas routing table calculation.

This commit is contained in:
Ondrej Filip
2004-06-06 16:00:09 +00:00
parent d631698ec8
commit b8f17cf192
8 changed files with 81 additions and 52 deletions

View File

@@ -485,7 +485,7 @@ ospf_lsupd_receive(struct ospf_lsupd_packet *ps,
&& lsadb && can_flush_lsa(oa))
{
flush_lsa(lsadb, oa);
schedule_rtcalc(oa);
schedule_rtcalc(po);
continue;
} /* FIXME lsack? */