diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-08 00:31:47 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-08 00:31:47 +0200 |
commit | e9ab0b4212dc0939d782c991c86c362e09eb279f (patch) | |
tree | c3f963af420cbc13a847bd52344930396c65a4e5 /proto/ospf/lsupd.c | |
parent | d5e4b51865c9532a9b886e942d30bb64dc87a675 (diff) | |
download | bird-e9ab0b4212dc0939d782c991c86c362e09eb279f.tar bird-e9ab0b4212dc0939d782c991c86c362e09eb279f.zip |
Doc in lsalib.c + related minor changes.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index a5f2b79..57d9575 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -425,7 +425,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, 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, p); + lsadb=lsa_install_new(&lsatmp,body, oa); DBG("New LSA installed in DB\n"); continue; |