From 4368d3670511587d70710e757a768b87fdb18623 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 19 Oct 2017 06:43:29 -0200 Subject: [PATCH] Stop using hostuuid as serial --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {