summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-04-05 11:16:45 +0200
committerThomas Haller <thaller@redhat.com>2023-06-30 17:57:26 +0200
commit4558c23209e39a2a6ebfd1b31018b292860c827f (patch)
tree955ebcbf02b20430f68f3324acbb6238b922a627
parent0c449ef4d84b3954aa99c7d2504795f5ddef4fb8 (diff)
core: call nm_manager_device_recheck_auto_activate_schedule() from "nm-manager.c"
No need to call down to the device, to call back up to the NMManager. (cherry picked from commit a81925ad324ca92655db17b80d04ed65df56fc0b)
-rw-r--r--src/core/nm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-manager.c b/src/core/nm-manager.c
index 54be060774..bd95581613 100644
--- a/src/core/nm-manager.c
+++ b/src/core/nm-manager.c
@@ -3459,7 +3459,7 @@ _device_realize_finish(NMManager *self, NMDevice *device, const NMPlatformLink *
nm_device_state_changed(device,
NM_DEVICE_STATE_UNAVAILABLE,
NM_DEVICE_STATE_REASON_NOW_MANAGED);
- nm_device_recheck_auto_activate_schedule(device);
+ nm_manager_device_recheck_auto_activate_schedule(self, device);
}
/**