mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 17:30:33 +01:00
dhcp: fix unused variable in nm_dhcp_client_start()
Fixes: 28d7f9b7c4 ('dhcp: drop NMDhcpClientClass.get_duid() hook')
This commit is contained in:
parent
831b8f8e7e
commit
b9bbbfc41f
1 changed files with 1 additions and 2 deletions
|
|
@ -1332,8 +1332,7 @@ gboolean
|
|||
nm_dhcp_client_start(NMDhcpClient *self, GError **error)
|
||||
{
|
||||
NMDhcpClientPrivate *priv;
|
||||
gs_unref_bytes GBytes *own_client_id = NULL;
|
||||
const NMPlatformIP6Address *addr = NULL;
|
||||
const NMPlatformIP6Address *addr = NULL;
|
||||
int IS_IPv4;
|
||||
|
||||
g_return_val_if_fail(NM_IS_DHCP_CLIENT(self), FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue