changeset 3969:3ea15c6b16da

fix r3968
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Jul 2011 19:43:52 +0000
parents d7ed8b8b0cdd
children 2d05952a324d
files src/http/ngx_http_file_cache.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -533,7 +533,7 @@ ngx_http_file_cache_exists(ngx_http_file
         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;
             }