aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-21 16:19:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-21 16:19:48 +0000
commit9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3 (patch)
tree2bf639f354152216b4d813f85066b5c42e2145d6 /src/http/ngx_http_script.c
parentf2d60afc7c6849a99052cc0af9362071ca6b5335 (diff)
downloadnginx-9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3.tar.gz
nginx-9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3.zip
open_file_cache_retest > open_file_cache_valid
Diffstat (limited to 'src/http/ngx_http_script.c')
-rw-r--r--src/http/ngx_http_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c
index 96f618abe..0ae27aafe 100644
--- a/src/http/ngx_http_script.c
+++ b/src/http/ngx_http_script.c
@@ -976,7 +976,7 @@ ngx_http_script_file_code(ngx_http_script_engine_t *e)
clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
of.test_dir = 0;
- of.retest = clcf->open_file_cache_retest;
+ of.valid = clcf->open_file_cache_valid;
of.errors = clcf->open_file_cache_errors;
of.events = clcf->open_file_cache_events;