Correct HELPERS handling

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-04-19 16:35:19 -07:00
parent c5d4a63afe
commit 7c8f1ae020

View File

@ -5043,7 +5043,7 @@ sub get_configuration( $$$$ ) {
my @helpers = split_list ( $val, 'helper' ); my @helpers = split_list ( $val, 'helper' );
for ( split_list $config{HELPERS} , 'helper' ) { for ( @helpers ) {
my $name = $_; my $name = $_;
if ( exists $helpers_enabled{$name} ) { if ( exists $helpers_enabled{$name} ) {
s/-/_/; s/-/_/;