diff options
Diffstat (limited to 'threadproc/unix/proc.c')
-rw-r--r-- | threadproc/unix/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c index 755221f19..8c07e8cf9 100644 --- a/threadproc/unix/proc.c +++ b/threadproc/unix/proc.c @@ -373,7 +373,7 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, } if ((status = limit_proc(attr)) != APR_SUCCESS) { - return status; + exit(-1); /* We have big problems, the child should exit. */ } if (attr->cmdtype == APR_SHELLCMD) { |