From 7c8f1ae0205e0e365b056bf13fefbd36dbd9ce66 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 19 Apr 2013 16:35:19 -0700 Subject: [PATCH] Correct HELPERS handling Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index eb202f28a..1ef50a123 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -5043,7 +5043,7 @@ sub get_configuration( $$$$ ) { my @helpers = split_list ( $val, 'helper' ); - for ( split_list $config{HELPERS} , 'helper' ) { + for ( @helpers ) { my $name = $_; if ( exists $helpers_enabled{$name} ) { s/-/_/;