about summary refs log tree commit diff
path: root/src/core/devices/nm-device.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-01-26 21:20:15 +0100
committerMichael Biebl <biebl@debian.org>2023-01-26 21:20:15 +0100
commit82358c92f879a7b8ca976c8a88e48bf207285764 (patch)
treed9fbd08d723b83989e645d040ba08631bd1d3b9b /src/core/devices/nm-device.c
parentac445e26cbdad011277f8822e0fc468ab1a6c61f (diff)
parent40ec077ea305994c1fc2130add6787ca0c73e2c6 (diff)
Update upstream source from tag 'upstream/1.40.12'
Update to upstream version '1.40.12'
with Debian dir 332a096a3294bbc50a4ddc486b2bae91c166f979
Diffstat (limited to 'src/core/devices/nm-device.c')
-rw-r--r--src/core/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c
index a723bf7f..c4f0f9a2 100644
--- a/src/core/devices/nm-device.c
+++ b/src/core/devices/nm-device.c
@@ -15043,7 +15043,7 @@ nm_device_recheck_available_connections(NMDevice *self)
 
         if (nm_device_check_connection_available(self,
                                                  nm_settings_connection_get_connection(sett_conn),
-                                                 NM_DEVICE_CHECK_CON_AVAILABLE_NONE,
+                                                 _NM_DEVICE_CHECK_CON_AVAILABLE_FOR_USER_REQUEST,
                                                  NULL,
                                                  NULL)) {
             if (available_connections_add(self, sett_conn))