From b28f5cc3cbf629c3a67f0404ae36c2817a66d3f8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 21 Dec 2007 17:23:41 +0000 Subject: fix the previous commit --- src/http/modules/perl/nginx.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit