]> granicus.if.org Git - apache/commitdiff
Correct typo in last commit.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 13 May 2002 07:49:30 +0000 (07:49 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 13 May 2002 07:49:30 +0000 (07:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95059 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_mutex.c

index 4aa6dc547b634c5203fe43c8ca84c464bf33ef26..d85e504a5986b03340d9cc09f798d45d59f17e45 100644 (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");