From faa0f43558ce4d0b80bcc878fa9cfbd853299c3b Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Tue, 2 Apr 2019 10:41:32 -0700 Subject: [PATCH] Fix reporter net_weird API usage for unknown_mobility_type (This code path is pre-processed out by default) --- src/IP.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IP.cc b/src/IP.cc index 516be7fdd4..589c973e72 100644 --- a/src/IP.cc +++ b/src/IP.cc @@ -288,7 +288,7 @@ RecordVal* IPv6_Hdr::BuildRecordVal(VectorVal* chain) const } default: - reporter->Weird(fmt("unknown_mobility_type", mob->ip6mob_type)); + reporter->Weird("unknown_mobility_type"); break; }