You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/03/05 21:51:50 UTC

cvs commit: httpd-2.0/server/mpm/worker worker.c

trawick     02/03/05 12:51:50

  Modified:    server/mpm/worker worker.c
  Log:
  skip the lock release if the lock obtain failed
  
  Revision  Changes    Path
  1.82      +1 -0      httpd-2.0/server/mpm/worker/worker.c
  
  Index: worker.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/worker/worker.c,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- worker.c	24 Feb 2002 20:53:26 -0000	1.81
  +++ worker.c	5 Mar 2002 20:51:50 -0000	1.82
  @@ -626,6 +626,7 @@
                            "apr_proc_mutex_lock failed. Attempting to shutdown "
                            "process gracefully.");
               signal_workers();
  +            break;                    /* skip the lock release */
           }
   
           if (!ap_listeners->next) {