diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index ad0305d94..a485e85a2 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -3853,7 +3853,7 @@ sub process_shorewallrc( $$ ) { $shorewallrc{VARDIR} = "$shorewallrc{VARLIB}/$product"; } } elsif ( supplied $shorewallrc{VARLIB} ) { - $shorewallrc{VARDIR} = "$shorewallrc{VARLIB}/$product" unless supplied $shorewallrc{VARDIR}; + $shorewallrc{VARDIR} = "$shorewallrc{VARLIB}/$product"; } }