mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
systemctl: fix enable/disable reply handling
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user