summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-09-07 17:47:26 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2016-09-26 15:10:39 +0200
commit5754a05605a8c9b70c7a7d82bd540d375486a89d (patch)
tree009e0cd07a22a199857357df526b1c1e962f17b7 /src/nm-checkpoint.c
parent1a6e3e0a57d682609d7148786ea3384552f04a84 (diff)
downloadNetworkManager-5754a05605a8c9b70c7a7d82bd540d375486a89d.tar.gz
core: allow passing an applied connection to nm_act_request_new()
This is useful for the checkpoint/restore functionality to revert both the applied and the settings connections.
Diffstat (limited to 'src/nm-checkpoint.c')
-rw-r--r--src/nm-checkpoint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-checkpoint.c b/src/nm-checkpoint.c
index 605e0700be..f2d573574a 100644
--- a/src/nm-checkpoint.c
+++ b/src/nm-checkpoint.c
@@ -178,6 +178,7 @@ nm_checkpoint_rollback (NMCheckpoint *self)
if (!nm_manager_activate_connection (priv->manager,
connection,
NULL,
+ NULL,
device,
subject,
&local_error)) {