diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
| commit | 067fb576988f685e83ac8b0ae690334aff547c85 (patch) | |
| tree | 204c7c8a0300691c53627cd3418cf54671ada1a8 /src/core/nm-policy.c | |
| parent | 6de29285e533f4fec22a219013f3687edb6b7399 (diff) | |
New upstream version 1.56.0 upstream/1.56.0
Diffstat (limited to 'src/core/nm-policy.c')
| -rw-r--r-- | src/core/nm-policy.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/nm-policy.c b/src/core/nm-policy.c index 0288795e..f7be1a9f 100644 --- a/src/core/nm-policy.c +++ b/src/core/nm-policy.c @@ -2353,7 +2353,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 |