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

Small clean up. (Duplicate #defines.)

This commit is contained in:
Ondrej Filip
2000-04-04 22:27:19 +00:00
parent f1f7faceb4
commit 10000b96a8
2 changed files with 1 additions and 7 deletions

View File

@@ -194,11 +194,10 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
}
/* Install new */
DBG("Allocatin body, size: %u\n",lsatmp.length-sizeof(struct ospf_lsa_header));
body=mb_alloc(p->pool,lsatmp.length-sizeof(struct ospf_lsa_header));
ntohlsab(lsa+1,body,lsatmp.type,lsatmp.length-sizeof(struct ospf_lsa_header));
lsadb=lsa_install_new(&lsatmp,body, oa);
DBG("New installed\n");
DBG("New LSA installed in DB\n");
continue;
}