mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 06:29:03 +01:00
Simplify a test
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8cdbe5f88d
commit
596d207dfc
@ -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