mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Screwed up a change.
This commit is contained in:
parent
56e234a762
commit
61ede5db2f
1 changed files with 2 additions and 2 deletions
|
@ -1993,9 +1993,9 @@ ValPtr TableVal::FindOrDefault(const ValPtr& index)
|
|||
|
||||
const bool TableVal::Contains(const IPAddr& addr)
|
||||
{
|
||||
if ( ! subnets )
|
||||
if ( ! subnets )
|
||||
{
|
||||
reporter->InternalError("LookupSubnets called on wrong table type");
|
||||
reporter->InternalError("'Contains' called on wrong table/set type");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue