mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 03:30:09 +01: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) {
|
||||
nm_utils_error_set_errno (error, r,
|
||||
"failed to set MUD URL: %s");
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
hostname = nm_dhcp_client_get_hostname (client);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue