diff options
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 d446a2c588..9d0c40b93c 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3071,7 +3071,7 @@ static int start_unit(int argc, char *argv[], void *userdata) { } if (one_name) { - names = strv_new(one_name, NULL); + names = strv_new(one_name); if (!names) return log_oom(); } else { |