mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
timesyncd: don't trip up if networkd isn't running and can't tell us any NTP servers
This commit is contained in:
parent
b9c488f600
commit
c572db3ccf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user