diff options
Diffstat (limited to 'server/util_mutex.c')
| -rw-r--r-- | server/util_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util_mutex.c b/server/util_mutex.c index 0ff9483d..e49cca55 100644 --- a/server/util_mutex.c +++ b/server/util_mutex.c @@ -157,7 +157,7 @@ AP_DECLARE_NONSTD(void) ap_mutex_init(apr_pool_t *p) /* initialize default mutex configuration */ def = apr_pcalloc(p, sizeof *def); def->mech = APR_LOCK_DEFAULT; - def->dir = DEFAULT_REL_RUNTIMEDIR; + def->dir = ap_runtime_dir_relative(p, ""); apr_hash_set(mxcfg_by_type, "default", APR_HASH_KEY_STRING, def); } |
