summaryrefslogtreecommitdiffstats
path: root/server/mpm/experimental/perchild
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-04-05 04:23:02 +0200
committerJeff Trawick <trawick@apache.org>2002-04-05 04:23:02 +0200
commitd29493fa5b875af05c951effbdfe630dfdf6c8c8 (patch)
treef0f1c947190e07a03353b8c9663483014b30348f /server/mpm/experimental/perchild
parentimplement FOREGROUND for perchild and beos MPMs too (diff)
downloadapache2-d29493fa5b875af05c951effbdfe630dfdf6c8c8.tar.xz
apache2-d29493fa5b875af05c951effbdfe630dfdf6c8c8.zip
quiet a bogus gcc warning that crops up with -O2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/experimental/perchild')
-rw-r--r--server/mpm/experimental/perchild/perchild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c
index c41afc3acb..f5afce62fa 100644
--- a/server/mpm/experimental/perchild/perchild.c
+++ b/server/mpm/experimental/perchild/perchild.c
@@ -1465,6 +1465,7 @@ static int perchild_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptem
if (debug) {
foreground = one_process = 1;
+ no_detach = 0;
}
else {
one_process = ap_exists_config_define("ONE_PROCESS");