summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-07-22 15:41:18 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-07-22 15:41:33 +0200
commit03fe391a564fff341293307d084807a388ec8fdb (patch)
treed975e7b436300aa6bfe9c38596b3031727eed6f6
parent390470e63b115be3bdc2039b5f94845168bea922 (diff)
downloadNetworkManager-bg/checkpoint-bgo757858.tar.gz
fixup! checkpoint: add create, rollback and destroy D-Bus APIbg/checkpoint-bgo757858
-rw-r--r--src/nm-checkpoint-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-checkpoint-manager.c b/src/nm-checkpoint-manager.c
index 186e540ed4..63f1b94d68 100644
--- a/src/nm-checkpoint-manager.c
+++ b/src/nm-checkpoint-manager.c
@@ -119,6 +119,7 @@ do_rollback (NMCheckpointManager *self, Checkpoint *cp, GError **error)
if (!device) {
_LOGD ("device %s no longer exists", dev_cp->dev_path);
success = FALSE;
+ continue;
}
_LOGD ("restoring state of device %s", nm_device_get_iface (device));