From 64fc3d2e43f55125396a872692169353139df84b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 19 Jul 2014 10:27:29 -0700 Subject: [PATCH] Correct a typo that caused iset couter match to be mis-detected Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 8dc387ed0..c8a49fede 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -4140,7 +4140,7 @@ sub IPSet_Match_Nomatch() { } sub IPSet_Match_Counters() { - have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_COUNTGERS}; + have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_COUNTERS}; } sub IPSET_V5() {