]> granicus.if.org Git - apache/commitdiff
NetWare doesn't have processes so no need to detach something that
authorBradley Nicholes <bnicholes@apache.org>
Mon, 22 Oct 2001 15:20:22 +0000 (15:20 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 22 Oct 2001 15:20:22 +0000 (15:20 +0000)
doesn't exist

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91633 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/netware/mpm_netware.c

index e16a7ab5921132d5312f8a970eb13d11445b2bb5..3405534d8a0e129212c7d39072f81b0420a4fef2 100644 (file)
@@ -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();
     }