delete unneeded condition

This commit is contained in:
Igor Sysoev 2009-03-26 14:00:28 +00:00
parent 7b7faed7d6
commit 517a8fc588

View File

@ -356,10 +356,7 @@ ngx_http_file_cache_exists(ngx_http_request_t *r, ngx_http_file_cache_t *cache)
if (fcn->uses >= r->cache->min_uses) {
r->cache->exists = fcn->exists;
if (fcn->body_start) {
r->cache->body_start = fcn->body_start;
}
r->cache->body_start = fcn->body_start;
rc = NGX_OK;