Remove useless test

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7690 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-18 18:09:18 +00:00
parent 8cae1a45d0
commit 6e12f5ab06

View File

@ -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 ) {