Fix reporter net_weird API usage for unknown_mobility_type

(This code path is pre-processed out by default)
This commit is contained in:
Jon Siwek 2019-04-02 10:41:32 -07:00
parent 995368e68c
commit faa0f43558

View file

@ -288,7 +288,7 @@ RecordVal* IPv6_Hdr::BuildRecordVal(VectorVal* chain) const
} }
default: default:
reporter->Weird(fmt("unknown_mobility_type", mob->ip6mob_type)); reporter->Weird("unknown_mobility_type");
break; break;
} }