]> git.kaiwu.me - nginx.git/commitdiff
fix r3968
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 Jul 2011 19:43:52 +0000 (19:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 24 Jul 2011 19:43:52 +0000 (19:43 +0000)
src/http/ngx_http_file_cache.c

index cce66a80764e1211e4ec495f7a52bddb9a31b1dd..184677ef24bc5698e89b6eb180dc738ae59daf5c 100644 (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;
             }