diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index fe39888cf7..879bb966b6 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -2360,7 +2360,7 @@ function system_get_serial() { return $serial; } - return get_single_sysctl('kern.hostuuid'); + return ""; } function system_get_uniqueid() {