mirror of
https://github.com/webmin/webmin.git
synced 2025-08-15 21:20:10 +00:00
Properly support un-set and all modes
This commit is contained in:
@ -19,7 +19,7 @@ if (defined($in{"debug_peer_level_def"})) {
|
|||||||
&error($text{'opts_edebug'});
|
&error($text{'opts_edebug'});
|
||||||
}
|
}
|
||||||
if (defined($in{"inet_protocols"})) {
|
if (defined($in{"inet_protocols"})) {
|
||||||
&set_current_value("inet_protocols", $in{"inet_protocols"} || undef);
|
&set_current_value("inet_protocols", $in{"inet_protocols"} || "__DEFAULT_VALUE_IE_NOT_IN_CONFIG_FILE__", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
&lock_postfix_files();
|
&lock_postfix_files();
|
||||||
|
Reference in New Issue
Block a user