diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 23:05:43 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 23:05:43 +0200 |
commit | 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch) | |
tree | fca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/iface.c | |
parent | 9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff) | |
download | bird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.tar bird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.zip |
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index d08fa8b..0cc88cb 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -102,7 +102,7 @@ iface_chstate(struct ospf_iface *ifa, u8 state) ifa->nlsa->lsa.age=LSA_MAXAGE; if(state>=OSPF_IS_WAITING) { - net_flush_lsa(ifa->nlsa,po,ifa->oa); + ospf_lsupd_flush_nlsa(ifa->nlsa,ifa->oa); } if(can_flush_lsa(ifa->oa)) flush_lsa(ifa->nlsa,ifa->oa); ifa->nlsa=NULL; |