From b8f17cf1923ff5894b6689479f7fb7d008b8ce44 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 6 Jun 2004 16:00:09 +0000 Subject: Small cleanup, indentation and preparation for multiple areas routing table calculation. --- proto/ospf/topology.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/topology.c') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index a80ca3d..295b6ca 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -202,7 +202,7 @@ originate_rt_lsa(struct ospf_area *oa) en = lsa_install_new(&lsa, body, oa); oa->rt = en; ospf_lsupd_flood(NULL, NULL, &oa->rt->lsa, NULL, oa, 1); - schedule_rtcalc(oa); + schedule_rtcalc(po); oa->origrt = 0; } @@ -275,7 +275,7 @@ originate_net_lsa(struct ospf_iface *ifa) mb_free(ifa->nlsa->lsa_body); ifa->nlsa->lsa_body = NULL; ospf_hash_delete(ifa->oa->gr, ifa->nlsa); - schedule_rtcalc(ifa->oa); + schedule_rtcalc(po); ifa->nlsa = NULL; return; } -- cgit v1.2.3