Fix config option to use custom ipv6 save file https://github.com/webmin/webmin/issues/1062

This commit is contained in:
Jamie Cameron
2019-05-25 12:53:13 -07:00
parent e0ae7426cf
commit f71a66e60b

View File

@ -4,7 +4,7 @@
# ipv6 initialization
if ($config{'save_file6'}) {
# Force use of a different save file, and webmin's functions
$ip6tables_save_file = $config{'save6_file'};
$ip6tables_save_file = $config{'save_file6'};
}
else {
if (-r "$module_root_directory/$gconfig{'os_type'}-lib.pl") {