Skip to content

Commit

Permalink
uSTL: Get slightly closer to building ospf with uSTL
Browse files Browse the repository at this point in the history
(Needs more uSTL fixes to get farther)

Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 21, 2010
1 parent 5787fe8 commit 8a9e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xorp/ospf/lsa.cc
Expand Up @@ -414,7 +414,7 @@ void
LsaDecoder::register_decoder(Lsa *lsa)
{
// Don't allow a registration to be overwritten.
XLOG_ASSERT(0 == _lsa_decoders.count(lsa->get_ls_type()));
XLOG_ASSERT(_lsa_decoders.find(lsa->get_ls_type()) == _lsa_decoders.end());
_lsa_decoders[lsa->get_ls_type()] = lsa;

// Keep a record of the smallest LSA that may be decoded.
Expand Down

0 comments on commit 8a9e3a6

Please sign in to comment.