summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-21 20:05:49 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-21 21:12:36 +0100
commit86b8d289717bad2800342efca0a5023aa8374e9c (patch)
tree60a5bea89f3e22c066485fdb53aac664fa39d2b0 /src/machine
parentebcf1f97de4f6b1580ae55eb56b1a3939fe6b602 (diff)
logind,machined,run: properly invoke StartTransientUnit() bus call
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machined-dbus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c
index eda582ae83..34cd61d667 100644
--- a/src/machine/machined-dbus.c
+++ b/src/machine/machined-dbus.c
@@ -527,6 +527,10 @@ int manager_start_scope(
if (r < 0)
return r;
+ r = sd_bus_message_append(m, "a(sa(sv))", 0);
+ if (r < 0)
+ return r;
+
r = sd_bus_call(manager->bus, m, 0, error, &reply);
if (r < 0)
return r;