From 10000b96a89d1ab4425e29164c3694aa26622b1c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 4 Apr 2000 22:27:19 +0000 Subject: Small clean up. (Duplicate #defines.) --- proto/ospf/lsupd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/ospf/lsupd.c') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 712eb73..1b4ecc6 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -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; } -- cgit v1.2.3