mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-07 11:01:19 +01:00
Eliminate bogus term in an expression.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
32e0f154b5
commit
303c661409
@ -2107,7 +2107,7 @@ sub process_rule1 ( $$$$$$$$$$$$$$$$ $) {
|
|||||||
} elsif ( $server =~ /^(.+)-(.+)$/ ) {
|
} elsif ( $server =~ /^(.+)-(.+)$/ ) {
|
||||||
validate_range( $1, $2 );
|
validate_range( $1, $2 );
|
||||||
} else {
|
} else {
|
||||||
unless ( ( $actiontype & ACTION ) && $server eq ALLIP ) {
|
unless ( $server eq ALLIP ) {
|
||||||
my @servers = validate_address $server, 1;
|
my @servers = validate_address $server, 1;
|
||||||
$server = join ',', @servers;
|
$server = join ',', @servers;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user