Packets/80221Bundle: fix for MIHF_Id parser
tho [Fri, 15 Jan 2010 13:07:58 +0000 (13:07 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1543 270642c3-0616-0410-b53a-bc976706d245

senf/Packets/80221Bundle/TLVParser.hh

index 4f017cb..f996881 100644 (file)
@@ -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 <typename MIHFIdType>
             bool operator()( MIHFIdType const & id ) const {