Correct earlier optimization.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-05-14 07:27:57 -07:00
parent b38f1416aa
commit 46a6a7b258

View File

@ -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} = '';