]> granicus.if.org Git - apache/commitdiff
* Another set of missed renames.
authorRuediger Pluem <rpluem@apache.org>
Tue, 2 Dec 2008 17:57:46 +0000 (17:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 2 Dec 2008 17:57:46 +0000 (17:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722544 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c
modules/ssl/ssl_engine_mutex.c

index 72170d8caaccaf867a413bc45163da120cc80bd2..ce18645525b51e81703c1540c26e969c67a20dee 100644 (file)
@@ -2535,7 +2535,7 @@ static int util_ldap_post_config(apr_pool_t *p, apr_pool_t *plog,
         }
 
 #ifdef AP_NEED_SET_MUTEX_PERMS
-        result = unixd_set_global_mutex_perms(st->util_ldap_cache_lock);
+        result = ap_unixd_set_global_mutex_perms(st->util_ldap_cache_lock);
         if (result != APR_SUCCESS) {
             ap_log_error(APLOG_MARK, APLOG_CRIT, result, s,
                          "LDAP cache: failed to set mutex permissions");
index 533a25289df1a1ed88134f4f0acb6945c1f0a8ee..7ab416ce9386e84f6ca8fbbbdcbfe565fe2efbcf 100644 (file)
@@ -71,7 +71,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p)
     }
 
 #ifdef AP_NEED_SET_MUTEX_PERMS
-    rv = unixd_set_global_mutex_perms(mc->pMutex);
+    rv = ap_unixd_set_global_mutex_perms(mc->pMutex);
     if (rv != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_ERR, rv, s,
                      "Could not set permissions on ssl_mutex; check User "