X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FTLVParser.cc;h=78c43c09c9a342e4be265d8115b797d7e7b78a49;hb=34700cdc907e04dbe026df9e86d0509990706a31;hp=b5c70ec46c3d6a7db4cee8ec297d457e9b014c16;hpb=6659457baa07c4f1a2e0d4eae20f2727520f8039;p=senf.git diff --git a/senf/Packets/80221Bundle/TLVParser.cc b/senf/Packets/80221Bundle/TLVParser.cc index b5c70ec..78c43c0 100644 --- a/senf/Packets/80221Bundle/TLVParser.cc +++ b/senf/Packets/80221Bundle/TLVParser.cc @@ -139,7 +139,7 @@ prefix_ senf::MIHFId senf::MIHFIdTLVParser::valueAs(MIHFId::Type type) { if (length() == 0) return MIHFId(); switch (type) { - case MIHFId::Empty: + case MIHFId::MulticastType: return MIHFId(); case MIHFId::MACAddress: return MIHFId( valueAsMACAddress());