mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
make LDAPSharedCacheFile relative to DefaultRuntimeDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2103,7 +2103,7 @@ static const char *util_ldap_set_cache_file(cmd_parms *cmd, void *dummy,
|
||||
}
|
||||
|
||||
if (file) {
|
||||
st->cache_file = ap_server_root_relative(st->pool, file);
|
||||
st->cache_file = ap_runtime_dir_relative(st->pool, file);
|
||||
}
|
||||
else {
|
||||
st->cache_file = NULL;
|
||||
|
Reference in New Issue
Block a user