From c5bb3ecfac76dd5ac6bbee74ef7c90ba3cc05e01 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 17 Sep 2010 15:42:05 -0700 Subject: [PATCH] Simplify a test Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 37a02a0eb..1aa2a9649 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -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;