mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
Simplify a test
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c9e876fcf5
commit
c5bb3ecfac
@ -764,7 +764,7 @@ sub copy_rules( $$ ) {
|
||||
increment_reference_count( $tableref->{$1}, $name2 ) if / -[jg] ([^\s]+)/;
|
||||
}
|
||||
|
||||
if ( $frozen1 || $frozen2 ) {
|
||||
if ( $frozen1 ) {
|
||||
if ( $debug ) {
|
||||
my $rule = @$rules2;
|
||||
trace( $chain2, 'A', ++$rule, $_ ) for @rules1;
|
||||
|
Loading…
Reference in New Issue
Block a user