forked from extern/shorewall_code
Fix syntax error in last change
This commit is contained in:
parent
7f790e3aa2
commit
264126e9f5
@ -1635,7 +1635,7 @@ sub generate_matrix() {
|
||||
if ( $chainref->{policy} ne 'CONTINUE' ) {
|
||||
my $policyref = $filter_table->{$chainref->{policychain}};
|
||||
assert( $policyref );
|
||||
return $policyref->{name} if
|
||||
return $policyref->{name};
|
||||
}
|
||||
|
||||
''; # CONTINUE policy
|
||||
@ -1726,7 +1726,6 @@ sub generate_matrix() {
|
||||
my $parenthasnat = 0;
|
||||
my $parenthasnotrack = 0;
|
||||
|
||||
|
||||
if ( $nested ) {
|
||||
#
|
||||
# This is a sub-zone. We need to determine if
|
||||
|
Loading…
Reference in New Issue
Block a user