mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Correct HELPERS handling
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c5d4a63afe
commit
7c8f1ae020
@ -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/-/_/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user