From: Jim Jagielski Date: Wed, 26 Mar 2003 22:31:56 +0000 (+0000) Subject: helps to actually use it X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84bfc2535eb3cefca7e7e41795dfd09992738e5c;p=thirdparty%2Fapache%2Fhttpd.git helps to actually use it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_mutex.c b/ssl_engine_mutex.c index 520f12beec7..9e27cc98a59 100644 --- a/ssl_engine_mutex.c +++ b/ssl_engine_mutex.c @@ -74,7 +74,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p) return TRUE; if ((rv = apr_global_mutex_create(&mc->pMutex, mc->szMutexFile, - APR_LOCK_DEFAULT, p)) != APR_SUCCESS) { + mc->nMutexMech, p)) != APR_SUCCESS) { if (mc->szMutexFile) ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, "Cannot create SSLMutex with file `%s'",