mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 03:30:32 +01:00
fixup! policy: track autoconnect retries per Device x Connection
This commit is contained in:
parent
ae41ee8492
commit
c3fc0eddce
1 changed files with 1 additions and 1 deletions
|
|
@ -1504,7 +1504,7 @@ update_auth_cb(NMSettingsConnection *self,
|
|||
self,
|
||||
NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_NO_SECRETS,
|
||||
FALSE)
|
||||
&& !nm_settings_connection_autoconnect_is_blocked(self))
|
||||
&& !nm_settings_connection_autoconnect_blocked_reason_get(self))
|
||||
nm_manager_devcon_autoconnect_retries_reset(
|
||||
nm_settings_connection_get_manager(self),
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue