From 13b8fa0e8d4a133f4705c5f6537da014af4695aa Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 20 Jun 2006 10:04:35 +0000 Subject: [PATCH] fixed execv call args to work when using strictcrl and syslog --- src/starter/invokecharon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)