X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fsystemctl%2Fsystemctl.c;h=9574ff20bdfcaf21e9c06b8c83cdb810d27ba0f6;hb=66a69314941b5020f57cda943095413c40d677d8;hp=2ea5a3b0d8f19e9dfd937b40ad510b307794a783;hpb=042f9f5e5e76cf0e3cbfd009abd2add0366cdeca;p=elogind.git diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 2ea5a3b0d..9574ff20b 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -1186,7 +1186,7 @@ static int list_dependencies(DBusConnection *bus, char **args) { static int get_default(DBusConnection *bus, char **args) { char *path = NULL; - _cleanup_dbus_message_unref_ DBusMessage *m = NULL, *reply = NULL; + _cleanup_dbus_message_unref_ DBusMessage *reply = NULL; int r; _cleanup_dbus_error_free_ DBusError error;