From 6e12f5ab06034da1a5aeec0fef69077f69c9c107 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 18 Nov 2007 18:09:18 +0000 Subject: [PATCH] Remove useless test git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7690 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- 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 a76811344..bca1bcb6f 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -2261,7 +2261,7 @@ sub create_chainlist_reload($) { for my $chain ( @chains ) { my $chainref = $tableref->{$chain}; - emit_unindented ":$chainref->{name} - [0:0]" unless $chainref->{builtin}; + emit_unindented ":$chainref->{name} - [0:0]"; } for my $chain ( @chains ) {