mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
dhcp: abort on error setting DHCP MUD URL option for nettools
This commit is contained in:
parent
db645623ee
commit
a2956db2ee
1 changed files with 1 additions and 0 deletions
|
|
@ -1351,6 +1351,7 @@ ip4_start (NMDhcpClient *client,
|
||||||
if (r) {
|
if (r) {
|
||||||
nm_utils_error_set_errno (error, r,
|
nm_utils_error_set_errno (error, r,
|
||||||
"failed to set MUD URL: %s");
|
"failed to set MUD URL: %s");
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hostname = nm_dhcp_client_get_hostname (client);
|
hostname = nm_dhcp_client_get_hostname (client);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue