diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-06 16:00:09 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-06 16:00:09 +0000 |
commit | b8f17cf1923ff5894b6689479f7fb7d008b8ce44 (patch) | |
tree | 1292dfde38521bcc67a623054f386e4d1b927796 /proto/ospf/lsupd.c | |
parent | d631698ec8a63270f7ca9bc069508d1313a08f92 (diff) |
Small cleanup, indentation and preparation for multiple areas routing table calculation.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 2cc0654d..d9065672 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? */ |