summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/machine/machinectl.c')
-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 b9e3848d18..a147fae0bd 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -1600,7 +1600,7 @@ static int enable_machine(int argc, char *argv[], void *userdata) {
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
InstallChange *changes = NULL;
size_t n_changes = 0;
- const char *method = NULL;
+ const char *method;
sd_bus *bus = ASSERT_PTR(userdata);
int r;