mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 11:16:00 +00:00
timesyncd: don't trip up if networkd isn't running and can't tell us any NTP servers
This commit is contained in:
@@ -1111,9 +1111,7 @@ int manager_new(Manager **ret) {
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
r = manager_network_read_link_servers(m);
|
||||
if (r < 0)
|
||||
return r;
|
||||
manager_network_read_link_servers(m);
|
||||
|
||||
*ret = m;
|
||||
m = NULL;
|
||||
|
||||
Reference in New Issue
Block a user