From b97626e0a666c02413479a44e19139dfe004be35 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 21 Feb 2023 13:19:37 +0100 Subject: [PATCH] fixup! policy: track autoconnect retries per Device x Connection --- src/core/nm-policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/nm-policy.c b/src/core/nm-policy.c index 9fe898e888..99ebed204d 100644 --- a/src/core/nm-policy.c +++ b/src/core/nm-policy.c @@ -2140,7 +2140,7 @@ device_state_changed(NMDevice *device, nm_settings_connection_get_id(sett_conn), NM_UTILS_LOOKUP_STR_A(nm_device_state_reason_to_string, nm_device_state_reason_check(reason))); - if (blocked_reason == NM_SETTINGS_AUTOCONNECT_BLOCKED_REASON_FAILED) + if (blocked_reason == NM_SETTINGS_AUTO_CONNECT_BLOCKED_REASON_FAILED) nm_manager_devcon_autoconnect_blocked_reason_set(priv->manager, device, sett_conn,