diff options
author | Christian Hesse <mail@eworm.de> | 2020-08-21 23:39:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-08-21 23:39:36 +0200 |
commit | d65874e142b5815a2fa32518bc710d2f4c78b5d8 (patch) | |
tree | fe9adfbd3c18306e2d0593b128822c973f56b8c5 /global-functions | |
parent | 8c988ac55a7dc1bd61ea9a6433bb4f0910a8c0ab (diff) |
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.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 4 |
1 files 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 |