mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix the previous commit
This commit is contained in:
parent
3799f5cb41
commit
c732d8d1fe
@ -411,7 +411,7 @@ failed:
|
||||
|
||||
cache->current--;
|
||||
|
||||
if (of->fd != NGX_INVALID_FILE) {
|
||||
if (file->fd != NGX_INVALID_FILE) {
|
||||
if (ngx_close_file(file->fd) == NGX_FILE_ERROR) {
|
||||
ngx_log_error(NGX_LOG_ALERT, pool->log, ngx_errno,
|
||||
ngx_close_file_n " \"%s\" failed", file->name);
|
||||
|
Loading…
Reference in New Issue
Block a user