From 61ede5db2f412c4be8d76fd93f79079cd6515b3b Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 15 Oct 2020 12:44:09 -0400 Subject: [PATCH] Screwed up a change. --- src/Val.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Val.cc b/src/Val.cc index 66e8b8d568..0fb99ff24d 100644 --- a/src/Val.cc +++ b/src/Val.cc @@ -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; }