Skip to content

datetime: Fix NTP switch getting out of sync.

The state needs to be set to the state that was requested before the D-Bus call. The existing code used the state received from D-Bus, which will be the previous state.

Merge request reports