aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/invokecharon.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-20 10:04:35 +0000
committerMartin Willi <martin@strongswan.org>2006-06-20 10:04:35 +0000
commit13b8fa0e8d4a133f4705c5f6537da014af4695aa (patch)
tree6c1b0206a071b0a2d02dfe60d01d09ef018f260d /src/starter/invokecharon.c
parent5c6b5bf599419dbcded8a679855069f4a9685888 (diff)
downloadstrongswan-13b8fa0e8d4a133f4705c5f6537da014af4695aa.tar.bz2
strongswan-13b8fa0e8d4a133f4705c5f6537da014af4695aa.tar.xz
fixed execv call args to work when using strictcrl and syslog
Diffstat (limited to 'src/starter/invokecharon.c')
-rw-r--r--src/starter/invokecharon.c2
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)