From e87d1818cdf26b8d946776a2182e4ef2847bc0aa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 4 Jul 2010 04:24:23 +0200 Subject: [PATCH] systemctl: load unit when introspecting --- src/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl.c b/src/systemctl.c index 63d5d9cd9..4620315a0 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1264,7 +1264,7 @@ static int show(DBusConnection *bus, char **args, unsigned n) { "org.freedesktop.systemd1", "/org/freedesktop/systemd1", "org.freedesktop.systemd1.Manager", - "GetUnit"))) { + "LoadUnit"))) { log_error("Could not allocate message."); r = -ENOMEM; goto finish; -- 2.30.2