Loading modules/ldap/util_ldap.c +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading modules/ssl/ssl_engine_mutex.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 " Loading Loading
modules/ldap/util_ldap.c +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading
modules/ssl/ssl_engine_mutex.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 " Loading