1
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 15:39:02 +01:00

Minor changes.

This commit is contained in:
Ondrej Filip 2000-05-11 22:02:53 +00:00
parent 5da1f93537
commit be2bb40341

View File

@ -244,10 +244,6 @@ originate_rt_lsa(struct ospf_area *oa, struct proto_ospf *po)
en=lsa_install_new(&lsa, body, oa, &po->proto);
oa->rt=en;
flood_lsa(NULL,NULL,&oa->rt->lsa,po,NULL,oa);
{
struct ospf_lsa_rt *rt=body;
debug("Originated, size=%u, link=%u\n",lsa.length,rt->links);
}
}
void *