Fix ambiguous syntax in Config.pm

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-01-22 16:44:45 -08:00
parent 8dd835be2b
commit 0d63182ab4
2 changed files with 2 additions and 2 deletions

View File

@ -1962,7 +1962,7 @@ sub load_kernel_modules( ) {
my @moduledirectories = split /:/, $modulesdir;
if ( $moduleloader && open_file $config{LOAD_HELPERS_ONLY} ? 'helpers' : 'modules' ) {
if ( $moduleloader && open_file( $config{LOAD_HELPERS_ONLY} ? 'helpers' : 'modules' ) ) {
my %loadedmodules;
$loadedmodules{$_}++ for split_list( $config{DONT_LOAD}, 'module' );

View File

@ -1,4 +1,4 @@
Shorewall 4.4.7 - Beta 2.
Shorewall 4.4.7 - Beta 3.
----------------------------------------------------------------------------
R E L E A S E 4 . 4 H I G H L I G H T S