From cc3f2093f622c04d12d287689d37d861ded41360 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 26 Nov 2013 05:19:04 +0100 Subject: [PATCH] systemctl: fix enable/disable reply handling --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 23399c16c..1d119c991 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; -- 2.30.2