comparison src/http/modules/perl/nginx.xs @ 1768:0b8dc0e7616d

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Fri, 21 Dec 2007 17:23:41 +0000
parents 5b7baef2e11e
children 25c93614e6b9
comparison
equal deleted inserted replaced
1767:c42431762903 1768:0b8dc0e7616d
641 } 641 }
642 642
643 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 643 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
644 644
645 of.test_dir = 0; 645 of.test_dir = 0;
646 of.retest = clcf->open_file_cache_retest; 646 of.valid = clcf->open_file_cache_valid;
647 of.errors = clcf->open_file_cache_errors; 647 of.errors = clcf->open_file_cache_errors;
648 of.events = clcf->open_file_cache_events; 648 of.events = clcf->open_file_cache_events;
649 649
650 path.len = ngx_strlen(filename); 650 path.len = ngx_strlen(filename);
651 651