fix r3968

This commit is contained in:
Igor Sysoev 2011-07-24 19:43:52 +00:00
parent 6cb6fc4a09
commit 92161bac79

View File

@ -533,7 +533,7 @@ ngx_http_file_cache_exists(ngx_http_file_cache_t *cache, ngx_http_cache_t *c)
if (fcn->exists || fcn->uses >= c->min_uses) {
c->exists = fcn->exists;
if (c->body_start) {
if (fcn->body_start) {
c->body_start = fcn->body_start;
}