dhcp: abort on error setting DHCP MUD URL option for nettools

This commit is contained in:
Thomas Haller 2020-04-24 08:18:35 +02:00
parent db645623ee
commit a2956db2ee

View file

@ -1351,6 +1351,7 @@ ip4_start (NMDhcpClient *client,
if (r) {
nm_utils_error_set_errno (error, r,
"failed to set MUD URL: %s");
return FALSE;
}
}
hostname = nm_dhcp_client_get_hostname (client);