From 4f00de0c571adc6524319c1bbc3e0c6f446381be Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 16 Apr 2010 08:42:25 -0700 Subject: [PATCH] Make additional optimize 8 passes. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 90ebb87a8..9c3ec8388 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -1793,6 +1793,7 @@ sub optimize_ruleset() { } replace_references1 $chainref1, $chainref->{name}, ''; + $progress = 1; } } }