summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsdb.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-05-18 19:28:32 +0000
committerhasso <hasso>2004-05-18 19:28:32 +0000
commit7c98e4d975cfe99d702a54a7a901323c3899417f (patch)
tree18b7e82433d3cb1c1f4965df006a8013b131c047 /ospf6d/ospf6_lsdb.h
parent97f44e99f8bd5e58b35c804b358b3e05184f9555 (diff)
downloadquagga-7c98e4d975cfe99d702a54a7a901323c3899417f.tar.bz2
quagga-7c98e4d975cfe99d702a54a7a901323c3899417f.tar.xz
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ospf6_lsdb.h')
-rw-r--r--ospf6d/ospf6_lsdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h
index 94dfcb64..4ec722b4 100644
--- a/ospf6d/ospf6_lsdb.h
+++ b/ospf6d/ospf6_lsdb.h
@@ -121,7 +121,7 @@ struct ospf6_lsdb
{ \
if (! OSPF6_LSA_IS_MAXAGE (lsa)) \
continue; \
- if (lsa->refcnt != 0) \
+ if (lsa->onretrans != 0) \
continue; \
if (IS_OSPF6_DEBUG_LSA (TIMER)) \
zlog_info (" remove maxage %s", lsa->name); \