From: Lennart Poettering Date: Sun, 4 Jul 2010 02:24:23 +0000 (+0200) Subject: systemctl: load unit when introspecting X-Git-Tag: v1~48 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e87d1818cdf26b8d946776a2182e4ef2847bc0aa systemctl: load unit when introspecting --- 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;