mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-09 07:08:14 +01:00
Cosmetic change
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
96a5d64941
commit
105d1db85d
@ -351,9 +351,7 @@ sub set_policy_chain($$$$$$)
|
||||
my $chainref1 = $filter_table->{$chain1};
|
||||
|
||||
if ( $chainref ) {
|
||||
if ( $intrazone &&
|
||||
$source eq $dest &&
|
||||
$chainref1->{provisional} ) {
|
||||
if ( $intrazone && $source eq $dest && $chainref1->{provisional} ) {
|
||||
$chainref1->{policychain} = '';
|
||||
$chainref1->{provisional} = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user