mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 12:20:42 +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 =~ /^(.+)-(.+)$/ ) {
|
||||
validate_range( $1, $2 );
|
||||
} else {
|
||||
unless ( ( $actiontype & ACTION ) && $server eq ALLIP ) {
|
||||
unless ( $server eq ALLIP ) {
|
||||
my @servers = validate_address $server, 1;
|
||||
$server = join ',', @servers;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user