fixed execv call args to work when using strictcrl and syslog

This commit is contained in:
Martin Willi
2006-06-20 10:04:35 +00:00
parent 5c6b5bf599
commit 13b8fa0e8d
+1 -1
View File
@@ -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)