Cosmetic change

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-05-13 11:24:09 -07:00
parent 96a5d64941
commit 105d1db85d

View File

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