From: tho Date: Fri, 15 Jan 2010 13:07:58 +0000 (+0000) Subject: Packets/80221Bundle: fix for MIHF_Id parser X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=b490ccf2b17ccb29681e60b3e35aa5a949df3a10;p=senf.git Packets/80221Bundle: fix for MIHF_Id parser git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1543 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Packets/80221Bundle/TLVParser.hh b/senf/Packets/80221Bundle/TLVParser.hh index 4f017cb..f996881 100644 --- a/senf/Packets/80221Bundle/TLVParser.hh +++ b/senf/Packets/80221Bundle/TLVParser.hh @@ -272,7 +272,7 @@ namespace senf { MIHFIdTLVParser const & parser; ValueEqualsVisitor( MIHFIdTLVParser const & p) : parser(p) {} bool operator()( boost::blank ) const { - return parser.length() == 0; + return parser.idLength() == 0; } template bool operator()( MIHFIdType const & id ) const {