mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
helps to actually use it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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'",
|
||||
|
Reference in New Issue
Block a user