diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-21 17:23:41 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-21 17:23:41 +0000 |
| commit | b28f5cc3cbf629c3a67f0404ae36c2817a66d3f8 (patch) | |
| tree | 41235d2a7f80debd3a21115fb9d2670c274752b5 /src | |
| parent | 9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3 (diff) | |
| download | nginx-b28f5cc3cbf629c3a67f0404ae36c2817a66d3f8.tar.gz nginx-b28f5cc3cbf629c3a67f0404ae36c2817a66d3f8.tar.bz2 | |
fix the previous commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/modules/perl/nginx.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 1182d8527..771fd81c7 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -643,7 +643,7 @@ sendfile(r, filename, offset = -1, bytes = 0) 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; |
