X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FTLVParser.hh;h=f996881fb81717b281534e10ff1f2b48b4086ab7;hb=f13780e9e4da7df981d6f6542fbdc714beb34765;hp=4f017cb4bc2811bf8b87d6bacc1be3c0d9e01eb6;hpb=a05fb2ebf7d957628a15b5c1eb9fbf3512dfa548;p=senf.git 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 {