diff options
Diffstat (limited to 'usr.sbin/ppp/exec.c')
-rw-r--r-- | usr.sbin/ppp/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c index 0ded3cb..cc89964 100644 --- a/usr.sbin/ppp/exec.c +++ b/usr.sbin/ppp/exec.c @@ -141,7 +141,7 @@ exec_Create(struct physical *p) log_Printf(LogDEBUG, "Exec'ing ``%s''\n", p->name.base); - if ((argc = MakeArgs(p->name.base, argv, VECSIZE(argv))) < 0) { + if ((argc = MakeArgs(p->name.base, argv, VECSIZE(argv), 1)) < 0) { log_Printf(LogWARN, "Syntax error in exec command\n"); _exit(127); } |