It looks to me like in one error return path the wrong value is returned in src/timesync/timesyncd.c:manager_new(): r = sd_resolve_attach_event(m->resolve, m->event, 0); if (r < 0) - return 0; + return r;
Fixed. Thanks! http://cgit.freedesktop.org/systemd/systemd/commit/?id=59a9fce47b3304bc9ce5d31b04ade5447b3910a4
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.