aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_vrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec_vrun.c')
-rw-r--r--libexec_vrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec_vrun.c b/libexec_vrun.c
index 99822c2..00a5f82 100644
--- a/libexec_vrun.c
+++ b/libexec_vrun.c
@@ -50,7 +50,7 @@ new_command:
CMD = malloc(sizeof(CMD));
if (!CMD)
goto fail;
- libexec_init_command(CMD);
+ *CMD = LIBEXEC_COMMAND_INIT;
fmt = va_arg(args, const char *);
if (libexec_vconstruct_command(CMD, fmt, args))
goto fail;