Skip to content

WIP: [kcm_clock] Prevent error when NTP is disabled

In timedated_interface.h, SetNTP() and SetTime() use asyncCallWithArgumentList and the error happens when SetTime somehow takes effect before SetNTP does.

This fixes the issue (Tested by spamming enable/disable "Set date and time automatically"), but I'm not sure if an infinite loop is 100% impossible.

see !242 (comment 141636)

BUG: 429112

Edited by Jan Paul Batrina

Merge request reports