comparison src/http/ngx_http_file_cache.c @ 3732:a47f431b27a6

delete surplus assignment
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Aug 2010 09:42:53 +0000
parents a29bb11f8c80
children c469ffeab569
comparison
equal deleted inserted replaced
3731:72cc5b789021 3732:a47f431b27a6
366 ssize_t n; 366 ssize_t n;
367 ngx_int_t rc; 367 ngx_int_t rc;
368 ngx_http_file_cache_t *cache; 368 ngx_http_file_cache_t *cache;
369 ngx_http_file_cache_header_t *h; 369 ngx_http_file_cache_header_t *h;
370 370
371 c = r->cache;
372
373 n = ngx_http_file_cache_aio_read(r, c); 371 n = ngx_http_file_cache_aio_read(r, c);
374 372
375 if (n < 0) { 373 if (n < 0) {
376 return n; 374 return n;
377 } 375 }