mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix reporter net_weird API usage for unknown_mobility_type
(This code path is pre-processed out by default)
This commit is contained in:
parent
995368e68c
commit
faa0f43558
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue