mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 09:38:06 +02: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,
|
self,
|
||||||
NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_NO_SECRETS,
|
NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_NO_SECRETS,
|
||||||
FALSE)
|
FALSE)
|
||||||
&& !nm_settings_connection_autoconnect_is_blocked(self))
|
&& !nm_settings_connection_autoconnect_blocked_reason_get(self))
|
||||||
nm_manager_devcon_autoconnect_retries_reset(
|
nm_manager_devcon_autoconnect_retries_reset(
|
||||||
nm_settings_connection_get_manager(self),
|
nm_settings_connection_get_manager(self),
|
||||||
NULL,
|
NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue