From: Bradley Nicholes Date: Mon, 22 Oct 2001 15:20:22 +0000 (+0000) Subject: NetWare doesn't have processes so no need to detach something that X-Git-Tag: 2.0.27~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83192997c9e825185facb169699d8ed411ac907d;p=apache NetWare doesn't have processes so no need to detach something that doesn't exist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/netware/mpm_netware.c b/server/mpm/netware/mpm_netware.c index e16a7ab592..3405534d8a 100644 --- a/server/mpm/netware/mpm_netware.c +++ b/server/mpm/netware/mpm_netware.c @@ -1058,10 +1058,6 @@ static void netware_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptem if (restart_num++ == 1) { is_graceful = 0; - if (!one_process && !no_detach) { - apr_proc_detach(); - } - parent_pid = ap_my_pid = getpid(); }