diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c index 8044ec3b8..83dc984dc 100644 --- a/src/devices/nm-device-ethernet.c +++ b/src/devices/nm-device-ethernet.c @@ -108,7 +108,6 @@ typedef struct _NMDeviceEthernetPrivate { /* PPPoE */ NMPPPManager *ppp_manager; - NMIP4Config *pending_ip4_config; gint32 last_pppoe_time; guint pppoe_wait_id; @@ -1353,11 +1352,6 @@ deactivate (NMDevice *device) nm_clear_g_source (&priv->pppoe_wait_id); - if (priv->pending_ip4_config) { - g_object_unref (priv->pending_ip4_config); - priv->pending_ip4_config = NULL; - } - if (priv->ppp_manager) { nm_ppp_manager_stop_sync (priv->ppp_manager); g_clear_object (&priv->ppp_manager);