mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Correct typo in last commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -84,7 +84,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
|
#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
|
||||||
rv = unixd_set_global_mutex_perms_lock(mc->pMutex);
|
rv = unixd_set_global_mutex_perms(mc->pMutex);
|
||||||
if (rv != APR_SUCCESS) {
|
if (rv != APR_SUCCESS) {
|
||||||
ssl_log(s, SSL_LOG_ERROR, "Could not set permissions on "
|
ssl_log(s, SSL_LOG_ERROR, "Could not set permissions on "
|
||||||
"ssl_mutex; check User and Group directives");
|
"ssl_mutex; check User and Group directives");
|
||||||
|
Reference in New Issue
Block a user