forked from extern/shorewall_code
Correct default for MINIUPNOD
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3cbfdadb32
commit
d98305c6f4
@ -6003,7 +6003,7 @@ sub get_configuration( $$$$ ) {
|
||||
default_yes_no 'IGNOREUNKNOWNVARIABLES' , 'Yes';
|
||||
default_yes_no 'WARNOLDCAPVERSION' , 'Yes';
|
||||
default_yes_no 'DEFER_DNS_RESOLUTION' , 'Yes';
|
||||
default_yes_no 'MINIUPNPD' , 'No';
|
||||
default_yes_no 'MINIUPNPD' , '';
|
||||
|
||||
$config{IPSET} = '' if supplied $config{IPSET} && $config{IPSET} eq 'ipset';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user