Fix defect which prevented dynamic blacklist ipsets from being created

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-04-29 12:34:41 -07:00
parent 5706c5a860
commit c11b647b1b
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

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