mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Stop using hostuuid as serial
This commit is contained in:
parent
2b38f54d56
commit
4368d36705
@ -2360,7 +2360,7 @@ function system_get_serial() {
|
||||
return $serial;
|
||||
}
|
||||
|
||||
return get_single_sysctl('kern.hostuuid');
|
||||
return "";
|
||||
}
|
||||
|
||||
function system_get_uniqueid() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user