diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-30 17:00:17 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-30 17:00:17 +0000 |
commit | 13b02be25a41d7a505f7a888f948220a15edcf8a (patch) | |
tree | 259f0471afaa33e49d097c90fe4050eeaa5cc3fc /proto/ospf/lsalib.c | |
parent | b477a9a855f75486c2e03bb7b68faba7923bc511 (diff) |
Don't run rt calculation twice.
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index ac56a100..face9dcf 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -8,7 +8,6 @@ #include "ospf.h" -/* FIXME Go on */ void flush_lsa(struct top_hash_entry *en, struct ospf_area *oa) { |