mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-13 04:45:20 +02:00
Correct typo with bad consequences
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user