mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 08:10:06 +01:00
merge: branch 'fix-autoreconnection'
Fix: unblock autoreconnect when a previously failed connection is now successful https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2295
This commit is contained in:
commit
e5ae988603
1 changed files with 4 additions and 1 deletions
|
|
@ -2417,7 +2417,10 @@ device_state_changed(NMDevice *device,
|
||||||
}
|
}
|
||||||
if (sett_conn) {
|
if (sett_conn) {
|
||||||
/* Reset auto retries back to default since connection was successful */
|
/* Reset auto retries back to default since connection was successful */
|
||||||
nm_manager_devcon_autoconnect_retries_reset(priv->manager, device, sett_conn);
|
nm_manager_devcon_autoconnect_reset_reconnect_all(priv->manager,
|
||||||
|
device,
|
||||||
|
sett_conn,
|
||||||
|
FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Since there is no guarantee that device_l3cd_changed() is called
|
/* Since there is no guarantee that device_l3cd_changed() is called
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue