mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-02 09:40:35 +01:00
parent
e8bf4bed02
commit
890b27adc6
1 changed files with 0 additions and 7 deletions
|
|
@ -5083,7 +5083,6 @@ act_stage3_ip6_config_start (NMDevice *self,
|
|||
NMDeviceStateReason *reason)
|
||||
{
|
||||
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
const char *ip_iface;
|
||||
NMActStageReturn ret = NM_ACT_STAGE_RETURN_FAILURE;
|
||||
NMConnection *connection;
|
||||
const char *method;
|
||||
|
|
@ -5094,8 +5093,6 @@ act_stage3_ip6_config_start (NMDevice *self,
|
|||
|
||||
g_return_val_if_fail (reason != NULL, NM_ACT_STAGE_RETURN_FAILURE);
|
||||
|
||||
ip_iface = nm_device_get_ip_iface (self);
|
||||
|
||||
connection = nm_device_get_connection (self);
|
||||
g_assert (connection);
|
||||
|
||||
|
|
@ -6480,7 +6477,6 @@ nm_device_set_ip4_config (NMDevice *self,
|
|||
NMDeviceStateReason *reason)
|
||||
{
|
||||
NMDevicePrivate *priv;
|
||||
const char *ip_iface;
|
||||
NMIP4Config *old_config = NULL;
|
||||
gboolean has_changes = FALSE;
|
||||
gboolean success = TRUE;
|
||||
|
|
@ -6490,7 +6486,6 @@ nm_device_set_ip4_config (NMDevice *self,
|
|||
g_return_val_if_fail (NM_IS_DEVICE (self), FALSE);
|
||||
|
||||
priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
ip_iface = nm_device_get_ip_iface (self);
|
||||
ip_ifindex = nm_device_get_ip_ifindex (self);
|
||||
|
||||
old_config = priv->ip4_config;
|
||||
|
|
@ -6615,7 +6610,6 @@ nm_device_set_ip6_config (NMDevice *self,
|
|||
NMDeviceStateReason *reason)
|
||||
{
|
||||
NMDevicePrivate *priv;
|
||||
const char *ip_iface;
|
||||
NMIP6Config *old_config = NULL;
|
||||
gboolean has_changes = FALSE;
|
||||
gboolean success = TRUE;
|
||||
|
|
@ -6625,7 +6619,6 @@ nm_device_set_ip6_config (NMDevice *self,
|
|||
g_return_val_if_fail (NM_IS_DEVICE (self), FALSE);
|
||||
|
||||
priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
ip_iface = nm_device_get_ip_iface (self);
|
||||
ip_ifindex = nm_device_get_ip_ifindex (self);
|
||||
|
||||
old_config = priv->ip6_config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue