diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-18 19:03:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 19:03:08 -0400 |
commit | 53274d4cab90c7519fe53d6c222e892c036efc37 (patch) | |
tree | 3cbd0046b2b4d8a8393b796181b5ab9148d2bdbb /src/systemctl/systemctl.c | |
parent | 03e749af53bc6671270c300cdc5df4f2c5e0b9ae (diff) | |
parent | 12c40d4cc4332161baa928092c08455bfee36096 (diff) |
Merge pull request #3749 from phomes/trivial-fixes3
Trivial fixes3
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index b575437bcb..d3f437411a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -5606,7 +5606,7 @@ static int mangle_names(char **original_names, char ***mangled_names) { } static int unit_exists(const char *unit) { - _cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL, *m = NULL; + _cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL; _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL; _cleanup_free_ char *path = NULL; static const struct bus_properties_map property_map[] = { |