mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02: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
|
# the values are processed below is not the order in which they appear
|
||||||
# in the config file.
|
# in the config file.
|
||||||
#
|
#
|
||||||
|
$config{LOG_LEVEL} = '' unless defined $config{LOG_LEVEL};
|
||||||
|
|
||||||
my %log_level = ( LOG_LEVEL => $config{LOG_LEVEL} );
|
my %log_level = ( LOG_LEVEL => $config{LOG_LEVEL} );
|
||||||
|
|
||||||
add_variables( %log_level );
|
add_variables( %log_level );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user