From bd7d173274b6665223ae34eb9d9dd761a67e8620 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 9 Jul 2018 01:14:37 +0900 Subject: [PATCH] machinectl: fix verbosity of import-raw or friends This partially reverts 31d99bd172b17179ec24f63fc8ca4d6530dc98ae. Fixes #9527. --- src/machine/machinectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index d656681daf9..f937cf7b93e 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1998,7 +1998,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) { return r; } - r = sd_bus_message_read(reply, "uo", &id, NULL); + r = sd_bus_message_read(reply, "uo", &id, &path); if (r < 0) return bus_log_parse_error(r);