Commit ee2c7f6f authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 3fc4bea7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,