mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Typo in comment.
This commit is contained in:
parent
18a0c0bb76
commit
7f6b3cf247
@ -389,7 +389,7 @@ lsa_install_new(struct ospf_lsa_header *lsa, void *body, struct ospf_area *oa,
|
|||||||
if(en->lsa_body!=NULL) mb_free(en->lsa_body);
|
if(en->lsa_body!=NULL) mb_free(en->lsa_body);
|
||||||
en->lsa_body=body;
|
en->lsa_body=body;
|
||||||
memcpy(&en->lsa,lsa,sizeof(struct ospf_lsa_header));
|
memcpy(&en->lsa,lsa,sizeof(struct ospf_lsa_header));
|
||||||
/* FIXME decide if route calcualtion must be done and how */
|
/* FIXME decide if route calculation must be done and how */
|
||||||
if(oa->rt!=NULL)
|
if(oa->rt!=NULL)
|
||||||
{
|
{
|
||||||
DBG("Starting routing table calculation.\n");
|
DBG("Starting routing table calculation.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user