X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=1ea0e4e7ec547699ad25f0d223f6cbba20ef03bb;hb=1609dcb137813e8215d9ecc1f79c7dd7a788d5e0;hp=84b7c8ee2d9a7716d5fc4dc096f7d4164f5c44b6;hpb=d39efe744a050cf2231459262e04a87fb0da3d7f;p=elogind.git diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 84b7c8ee2..1ea0e4e7e 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2053,7 +2053,7 @@ static int set_cgroup_attr(DBusConnection *bus, char **args) { } static int get_cgroup_attr(DBusConnection *bus, char **args) { - _cleanup_dbus_message_unref_ DBusMessage *m = NULL, *reply = NULL; + _cleanup_dbus_message_unref_ DBusMessage *reply = NULL; _cleanup_free_ char *n = NULL; char **argument; int r;