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/lsupd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsupd.c') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 2cc0654..d906567 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -485,7 +485,7 @@ ospf_lsupd_receive(struct ospf_lsupd_packet *ps, && lsadb && can_flush_lsa(oa)) { flush_lsa(lsadb, oa); - schedule_rtcalc(oa); + schedule_rtcalc(po); continue; } /* FIXME lsack? */ -- cgit v1.2.3