mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
* small fix for newer APR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26262 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d80d6efd36
commit
831addf8b5
1 changed files with 1 additions and 1 deletions
|
@ -1512,7 +1512,7 @@ static int gsw_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
|||
|
||||
#ifdef MOD_EXIPC_SET_MUTEX_PERMS
|
||||
rs = unixd_set_global_mutex_perms(exipc_mutex);
|
||||
if (!APR_STATUS_IS_SUCCESS(rs)) {
|
||||
if (rs != APR_SUCCESS) {
|
||||
ap_log_error(APLOG_MARK, APLOG_CRIT, rs, s,
|
||||
"Parent could not set permissions on Example IPC "
|
||||
"mutex: check User and Group directives");
|
||||
|
|
Loading…
Reference in a new issue