mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Another set of missed renames.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user