From 057a2dec704a58e4f6a8442ada486522032bc624 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Apr 2020 18:44:19 -0700 Subject: [PATCH] Correct typo with bad consequences Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 215f418c0..7b25e94dd 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -8875,7 +8875,7 @@ sub ensure_ipsets( @ ) { if ( $globals{DBL_TIMEOUT} ne '' && $_[0] eq $globals{DBL_IPSET} ) { shift; - emit( qq( if ! qt \$IPSET list $globals{DBL_IPSET}; then)); + emit( qq( if qt \$IPSET list $globals{DBL_IPSET}; then)); push_indent;