Simplify a test

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-09-17 15:42:05 -07:00
parent c9e876fcf5
commit c5bb3ecfac

View File

@ -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;