summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 9931e4f1f..3764c0a08 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -1445,7 +1445,7 @@ static int enable_machine(int argc, char *argv[], void *userdata) {
return bus_log_create_error(r);
for (i = 1; i < argc; i++) {
- _cleanup_free_ char *e = NULL, *unit = NULL;
+ _cleanup_free_ char *unit = NULL;
r = make_service_name(argv[i], &unit);
if (r < 0)