From: Ondrej Filip Date: Thu, 11 May 2000 22:02:53 +0000 (+0000) Subject: Minor changes. X-Git-Tag: v1.2.0~917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be2bb403414b2d8cd608b710a29992b2c8a4c8b0;p=thirdparty%2Fbird.git Minor changes. --- diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 8f5dd0dd9..d80d3c8d2 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -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 *