fixed execv call args to work when using strictcrl and syslog
This commit is contained in:
@@ -102,7 +102,7 @@ starter_start_charon (starter_config_t *cfg, bool debug)
|
|||||||
struct stat stb;
|
struct stat stb;
|
||||||
int argc = 1;
|
int argc = 1;
|
||||||
char *arg[] = {
|
char *arg[] = {
|
||||||
CHARON_CMD, NULL, NULL,
|
CHARON_CMD, NULL, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!debug)
|
if (!debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user