mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Correct earlier optimization.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b38f1416aa
commit
46a6a7b258
@ -350,7 +350,7 @@ sub set_policy_chain($$$$$$)
|
||||
|
||||
my $chainref1 = $filter_table->{$chain1};
|
||||
|
||||
if ( $chainref ) {
|
||||
if ( $chainref1 ) {
|
||||
if ( $intrazone && $source eq $dest && $chainref1->{provisional} ) {
|
||||
$chainref1->{policychain} = '';
|
||||
$chainref1->{provisional} = '';
|
||||
|
Loading…
Reference in New Issue
Block a user