]> granicus.if.org Git - apache/commitdiff
Addendum to r1.21... I missed the fact that we blew away the init
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:51:22 +0000 (23:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:51:22 +0000 (23:51 +0000)
  complete state too early in ssl_init_Module().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99096 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_mutex.c

index 4ff13e829f7b860b5ee2846ae5d5338f52e34aad..e51849eddfc19440273fb5e17fd1f8ad76ea02c3 100644 (file)
@@ -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,