You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2001/10/22 17:20:22 UTC

cvs commit: httpd-2.0/server/mpm/netware mpm_netware.c

bnicholes    01/10/22 08:20:22

  Modified:    server/mpm/netware mpm_netware.c
  Log:
  NetWare doesn't have processes so no need to detach something that
  doesn't exist
  
  Revision  Changes    Path
  1.2       +0 -4      httpd-2.0/server/mpm/netware/mpm_netware.c
  
  Index: mpm_netware.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/netware/mpm_netware.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mpm_netware.c	2001/10/16 23:27:04	1.1
  +++ mpm_netware.c	2001/10/22 15:20:22	1.2
  @@ -1058,10 +1058,6 @@
       if (restart_num++ == 1) {
           is_graceful = 0;
   
  -        if (!one_process && !no_detach) {
  -            apr_proc_detach();
  -        }
  -
           parent_pid = ap_my_pid = getpid();
       }