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

@ -1995,7 +1995,7 @@ 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;
} }