X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=67bc42660e6f9ed2ea26d8cc9260a13ae65bb121;hb=984af580b3c3dda38ad6910703970e43d6300b54;hp=3a9bca90cec1aff20b1eba59189acac5f4d3d65d;hpb=f000939e3b03ba991a81ddf0ca7b79b9a88d3003;p=elogind.git diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 3a9bca90c..67bc42660 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2486,7 +2486,6 @@ static int start_special(sd_bus *bus, char **args) { } static int check_unit_generic(sd_bus *bus, int code, const char *good_states, char **args) { - _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; _cleanup_strv_free_ char **names = NULL; char **name; int r = code;