commit | 6861b307d6fd6d936d699b23ca4fb4c47180e068 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Aug 26 18:19:59 2004 +0000 |
committer | hasso <hasso> | Thu Aug 26 18:19:59 2004 +0000 |
tree | 5f0550c15c4f4a25fb9bea4628cf12dbb67090eb | |
parent | 69b4a810cd06a623d10678adbfd2d4342ef86547 [diff] |
Merge svn revision 954 from Zebra cvs.
diff --git a/ospf6d/ospf6_flood.c b/ospf6d/ospf6_flood.c index 660e636..ec5c1c6 100644 --- a/ospf6d/ospf6_flood.c +++ b/ospf6d/ospf6_flood.c
@@ -194,9 +194,10 @@ orig = ospf6_lsdb_lookup (lsa->header->type, lsa->header->id, lsa->header->adv_router, lsdb); if (orig) - orig->retrans_count--; - - assert (orig->retrans_count >= 0); + { + orig->retrans_count--; + assert (orig->retrans_count >= 0); + } } /* RFC2328 section 13.2 Installing LSAs in the database */