Screwed up a change.

This commit is contained in:
Seth Hall 2020-10-15 12:44:09 -04:00
parent 56e234a762
commit 61ede5db2f

View file

@ -1993,9 +1993,9 @@ ValPtr TableVal::FindOrDefault(const ValPtr& index)
const bool TableVal::Contains(const IPAddr& addr) 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; return false;
} }