mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
Merge pull request #267 from phomes/master
sd-dhcp-client: readd deleted error check
This commit is contained in:
@@ -928,6 +928,8 @@ static int client_initialize_time_events(sd_dhcp_client *client) {
|
||||
|
||||
r = sd_event_source_set_priority(client->timeout_resend,
|
||||
client->event_priority);
|
||||
if (r < 0)
|
||||
goto error;
|
||||
|
||||
r = sd_event_source_set_description(client->timeout_resend, "dhcp4-resend-timer");
|
||||
if (r < 0)
|
||||
|
||||
Reference in New Issue
Block a user