mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 14:39:04 +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]+)/;
|
increment_reference_count( $tableref->{$1}, $name2 ) if / -[jg] ([^\s]+)/;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $frozen1 || $frozen2 ) {
|
if ( $frozen1 ) {
|
||||||
if ( $debug ) {
|
if ( $debug ) {
|
||||||
my $rule = @$rules2;
|
my $rule = @$rules2;
|
||||||
trace( $chain2, 'A', ++$rule, $_ ) for @rules1;
|
trace( $chain2, 'A', ++$rule, $_ ) for @rules1;
|
||||||
|
Loading…
Reference in New Issue
Block a user