Commit e3e0f660 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 75f56482
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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();
    }