mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Fix config option to use custom ipv6 save file https://github.com/webmin/webmin/issues/1062
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user