Commit 345fbbfb authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Another set of missed renames.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722544 13f79535-47bb-0310-9956-ffa450edef68
parent fa71c67e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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 "