mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
Well the wrappers work out well... nice to be able to put off committing
these API changes until the evening ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/mod_file_cache.c
vendored
2
modules/cache/mod_file_cache.c
vendored
@ -226,7 +226,7 @@ static void cache_the_file(cmd_parms *cmd, const char *filename, int mmap)
|
||||
"mod_file_cache: unable to open(%s, O_RDONLY), skipping", fspec);
|
||||
return;
|
||||
}
|
||||
apr_file_set_inherit(fd);
|
||||
apr_file_inherit_set(fd);
|
||||
|
||||
/* WooHoo, we have a file to put in the cache */
|
||||
new_file = apr_pcalloc(cmd->pool, sizeof(a_file));
|
||||
|
Reference in New Issue
Block a user