summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-checkpoint.c')
-rw-r--r--src/nm-checkpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-checkpoint.c b/src/nm-checkpoint.c
index 08242ac60f..f5afae4283 100644
--- a/src/nm-checkpoint.c
+++ b/src/nm-checkpoint.c
@@ -268,7 +268,7 @@ next_dev:
}
if (NM_FLAGS_HAS (priv->flags, NM_CHECKPOINT_CREATE_FLAG_DISCONNECT_NEW_DEVICES)) {
- const GSList *list = nm_manager_get_devices (priv->manager);
+ const GSList *list;
NMDeviceState state;
NMDevice *dev;