aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix/proc.c
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-11-03 07:29:06 +0000
committerManoj Kasichainula <manoj@apache.org>1999-11-03 07:29:06 +0000
commit4e970b5b2a63a7378476eb7570aa624bf9d572c9 (patch)
tree510b4e126f69962ee8c5475187d7bb655ebbf51d /threadproc/unix/proc.c
parent4782cc850a7c29c81ca92777327576200e246747 (diff)
downloadapr-4e970b5b2a63a7378476eb7570aa624bf9d572c9.tar.gz
apr-4e970b5b2a63a7378476eb7570aa624bf9d572c9.zip
Fix yet another APR bug. This one caused sporadic CGI failures.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/unix/proc.c')
-rw-r--r--threadproc/unix/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c
index 667c45bc5..861c3cd87 100644
--- a/threadproc/unix/proc.c
+++ b/threadproc/unix/proc.c
@@ -89,6 +89,7 @@ ap_status_t ap_createprocattr_init(struct procattr_t **new, ap_context_t *cont)
(*new)->child_err = NULL;
(*new)->currdir = NULL;
(*new)->cmdtype = APR_PROGRAM;
+ (*new)->detached = 0;
return APR_SUCCESS;
}