]> git.kaiwu.me - nginx.git/commitdiff
fix the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Fri, 21 Dec 2007 17:23:41 +0000 (17:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 21 Dec 2007 17:23:41 +0000 (17:23 +0000)
src/http/modules/perl/nginx.xs

index 1182d8527bd000c067871c8a5540aae44f8d6076..771fd81c736677457c669b39806b113f46b9bca9 100644 (file)
@@ -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;