mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 19:20:35 +01:00
device: don't cancel queued_ip4_config_id when scheduling activate_stage5_ip4_config_commit
Since commita47c13a7a2, update_ip4_config() re-schedules itself in case activate_stage5_ip4_config_commit is pending. Thus, there is no need to cancel any queued queued_ip4_config_id. Also as that does not properly fix the issue unlikea47c13a7a.
This commit is contained in:
parent
bac06c5ae6
commit
73cec4e912
1 changed files with 0 additions and 3 deletions
|
|
@ -6987,9 +6987,6 @@ nm_device_activate_schedule_ip4_config_result (NMDevice *self, NMIP4Config *conf
|
|||
if (config)
|
||||
priv->dev_ip4_config = g_object_ref (config);
|
||||
|
||||
if (nm_clear_g_source (&priv->queued_ip4_config_id))
|
||||
_LOGD (LOGD_DEVICE, "clearing queued IP4 config change");
|
||||
|
||||
activation_source_schedule (self, activate_stage5_ip4_config_commit, AF_INET);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue