1
0
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:
Justin Erenkrantz
2002-05-13 07:49:30 +00:00
parent 9ecddec061
commit d2b74ec1a8

View File

@@ -84,7 +84,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p)
}
#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) {
ssl_log(s, SSL_LOG_ERROR, "Could not set permissions on "
"ssl_mutex; check User and Group directives");