From d65874e142b5815a2fa32518bc710d2f4c78b5d8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 21 Aug 2020 23:39:36 +0200 Subject: global-functions: $TimeIsSync: return gracefully... Situation will not improve... But chances are that RTC is available with correct time, for example from host inside CHR vm. So return gracefully. --- global-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-functions b/global-functions index 4014e76..7483f11 100644 --- a/global-functions +++ b/global-functions @@ -785,8 +785,8 @@ :return false; } - $LogPrintExit warning ("No time source configured!") false; - :return false; + $LogPrintExit warning ("No time source configured! Returning gracefully...") false; + :return true; } # url encoding -- cgit v1.2.3-54-g00ecf