diff options
-rw-r--r-- | src/starter/invokecharon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/invokecharon.c b/src/starter/invokecharon.c index d85575425..e9485982c 100644 --- a/src/starter/invokecharon.c +++ b/src/starter/invokecharon.c @@ -102,7 +102,7 @@ starter_start_charon (starter_config_t *cfg, bool debug) struct stat stb; int argc = 1; char *arg[] = { - CHARON_CMD, NULL, NULL, + CHARON_CMD, NULL, NULL, NULL }; if (!debug) |