mirror of
https://github.com/webmin/webmin.git
synced 2026-02-07 07:52:13 +00:00
Compare commits
1 Commits
dev/patch-
...
dev/fix-ho
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c8ec1bfff |
@@ -4329,8 +4329,8 @@ if (!$main::get_system_hostname[$m]) {
|
|||||||
if ($fromfile && ($m || $fromfile =~ /\./)) {
|
if ($fromfile && ($m || $fromfile =~ /\./)) {
|
||||||
if ($m) {
|
if ($m) {
|
||||||
$fromfile =~ s/\..*$//;
|
$fromfile =~ s/\..*$//;
|
||||||
|
$main::get_system_hostname[$m] = $fromfile;
|
||||||
}
|
}
|
||||||
$main::get_system_hostname[$m] = $fromfile;
|
|
||||||
return $fromfile;
|
return $fromfile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user