summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-11-26 05:19:04 +0100
committerKay Sievers <kay@vrfy.org>2013-11-26 05:19:39 +0100
commitcc3f2093f622c04d12d287689d37d861ded41360 (patch)
treeea1bc62b4dd65f22c582bcbad3b13c77359f8192 /src/systemctl
parentbaae0358f349870544884e405e82e4be7d8add9f (diff)
systemctl: fix enable/disable reply handling
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 23399c16c6..1d119c9912 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4549,7 +4549,7 @@ static int enable_unit(sd_bus *bus, char **args) {
return bus_log_parse_error(r);
}
- r = deserialize_and_dump_unit_file_changes(m);
+ r = deserialize_and_dump_unit_file_changes(reply);
if (r < 0)
return r;