From: William A. Rowe Jr Date: Thu, 27 Mar 2003 23:51:22 +0000 (+0000) Subject: Addendum to r1.21... I missed the fact that we blew away the init X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc465f37a9398ebc38105d2c4db04fc0f5bb9d3;p=thirdparty%2Fapache%2Fhttpd.git Addendum to r1.21... I missed the fact that we blew away the init complete state too early in ssl_init_Module(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99096 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_mutex.c b/ssl_engine_mutex.c index 4ff13e829f7..e51849eddfc 100644 --- a/ssl_engine_mutex.c +++ b/ssl_engine_mutex.c @@ -73,7 +73,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p) if (mc->nMutexMode == SSL_MUTEXMODE_NONE) return TRUE; - if (ssl_config_global_isfixed(mc)) { + if (mc->pMutex) { return TRUE; } if ((rv = apr_global_mutex_create(&mc->pMutex, mc->szMutexFile,