]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor changes.
authorOndrej Filip <feela@network.cz>
Thu, 11 May 2000 22:02:53 +0000 (22:02 +0000)
committerOndrej Filip <feela@network.cz>
Thu, 11 May 2000 22:02:53 +0000 (22:02 +0000)
proto/ospf/topology.c

index 8f5dd0dd9f0ecfed32ee2d6c98c18ca2969555de..d80d3c8d2044f2d367c2cb00afb19ebbfbe0adf4 100644 (file)
@@ -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 *