mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-29 21:54:35 +02:00
Fix the IPSET fix
This commit is contained in:
parent
e7340dabc0
commit
dbbe6b264d
@ -2351,7 +2351,7 @@ sub IPSet_Match() {
|
||||
my $ipset = $config{IPSET} || 'ipset';
|
||||
my $result = 0;
|
||||
|
||||
$ipset = which $ipset unless $ipset =~ '^/';
|
||||
$ipset = which $ipset unless $ipset =~ '/';
|
||||
|
||||
if ( $ipset && -x $ipset ) {
|
||||
qt( "$ipset -X $sillyname" );
|
||||
|
Loading…
Reference in New Issue
Block a user