mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Make sure that $LOG_LEVEL is defined
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d9071c5308
commit
4c72b3ee58
@ -5493,6 +5493,8 @@ sub process_shorewall_conf( $$ ) {
|
||||
# the values are processed below is not the order in which they appear
|
||||
# in the config file.
|
||||
#
|
||||
$config{LOG_LEVEL} = '' unless defined $config{LOG_LEVEL};
|
||||
|
||||
my %log_level = ( LOG_LEVEL => $config{LOG_LEVEL} );
|
||||
|
||||
add_variables( %log_level );
|
||||
|
Loading…
Reference in New Issue
Block a user