comparison src/core/ngx_open_file_cache.c @ 1936:e829527ca810

axe useless code
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Mar 2008 12:34:59 +0000
parents 108576aef610
children c46432b9dbb7
comparison
equal deleted inserted replaced
1935:c2ffe07ce9d9 1936:e829527ca810
306 goto create; 306 goto create;
307 } 307 }
308 308
309 /* not found */ 309 /* not found */
310 310
311 file = NULL;
312
313 rc = ngx_open_and_stat_file(name->data, of, pool->log); 311 rc = ngx_open_and_stat_file(name->data, of, pool->log);
314 312
315 if (rc != NGX_OK && (of->err == 0 || !of->errors)) { 313 if (rc != NGX_OK && (of->err == 0 || !of->errors)) {
316 goto failed; 314 goto failed;
317 } 315 }