mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 15:10:05 +01:00
Fix: unblock autoreconnect when a previously failed connection is now successful
This commit is contained in:
parent
965aa81027
commit
03791e8b2d
1 changed files with 4 additions and 1 deletions
|
|
@ -2417,7 +2417,10 @@ device_state_changed(NMDevice *device,
|
|||
}
|
||||
if (sett_conn) {
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue