Merge svn revision 975 from Zebra repository.
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h
index a10f001..d32f78d 100644
--- a/ospf6d/ospf6_lsdb.h
+++ b/ospf6d/ospf6_lsdb.h
@@ -41,10 +41,10 @@
{ \
if (! OSPF6_LSA_IS_MAXAGE (lsa)) \
continue; \
- if (lsa->retrans_count != 0) \
+ if (lsa->retrans_count != 0) \
continue; \
- if (IS_OSPF6_DEBUG_LSA (TIMER)) \
- zlog_info (" remove maxage %s", lsa->name); \
+ if (IS_OSPF6_DEBUG_LSA_TYPE (lsa->header->type)) \
+ zlog_info ("Remove MaxAge %s", lsa->name); \
ospf6_lsdb_remove (lsa, lsdb); \
} \
} while (0)