mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
No need for quotes on server identifier
This commit is contained in:
@@ -61,7 +61,7 @@ else {
|
||||
&save_option("netbios-scope", 3, $client, $indent);
|
||||
&save_option("netbios-node-type", 1, $client, $indent);
|
||||
&save_option("time-offset", 1, $client, $indent);
|
||||
&save_option("dhcp-server-identifier", 3, $client, $indent);
|
||||
&save_option("dhcp-server-identifier", 2, $client, $indent);
|
||||
&save_option("slp-directory-agent", 2, $client, $indent, 1);
|
||||
&save_option("slp-service-scope", 3, $client, $indent, 1);
|
||||
if ($in{'level'} eq "global") {
|
||||
|
||||
Reference in New Issue
Block a user