From: Jeff Trawick Date: Tue, 5 Mar 2002 20:51:50 +0000 (+0000) Subject: skip the lock release if the lock obtain failed X-Git-Tag: 2.0.33~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3ac1a6e53446d58504c118210766780dce4e23;p=thirdparty%2Fapache%2Fhttpd.git skip the lock release if the lock obtain failed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93718 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index baa8ed159ae..679b061fd02 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -626,6 +626,7 @@ static void *listener_thread(apr_thread_t *thd, void * dummy) "apr_proc_mutex_lock failed. Attempting to shutdown " "process gracefully."); signal_workers(); + break; /* skip the lock release */ } if (!ap_listeners->next) {