X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.ct;fp=senf%2FPackets%2FGenericTLV.ct;h=a2df5c042bad8d47aaebfc8809a87111db2739a8;hp=cb71af7d76443a3e307a4aff14778825d021dd53;hb=ff5e62baaa8f7e571fbe767f7b2ce7f129c783c4;hpb=3bc817b121719fcb77f7d5adbd680a1190328ed6 diff --git a/senf/Packets/GenericTLV.ct b/senf/Packets/GenericTLV.ct index cb71af7..a2df5c0 100644 --- a/senf/Packets/GenericTLV.ct +++ b/senf/Packets/GenericTLV.ct @@ -103,7 +103,7 @@ prefix_ void senf::GenericTLVParserRegistry::registerParser( { Keytype key (Parser::typeId+0); SENF_ASSERT_EXPRESSION( - map_.insert( key, new detail::GenericTLVParserRegistry_Entry()).second == true, + map_.insert( key, new detail::GenericTLVParserRegistry_Entry()).second, "Duplicate TLV registration"); }