# HG changeset patch # User Igor Sysoev # Date 1239385507 0 # Node ID 197cda0e767e6a00001c7ee083c7b80787ac9677 # Parent 111e6e62af3262dab65d5a19f7846eb4be9b6957 style fix diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c --- a/src/http/ngx_http_file_cache.c +++ b/src/http/ngx_http_file_cache.c @@ -417,7 +417,7 @@ ngx_http_file_cache_exists(ngx_http_file if (fcn == NULL) { ngx_shmtx_unlock(&cache->shpool->mutex); - ngx_http_file_cache_forced_expire(cache); + (void) ngx_http_file_cache_forced_expire(cache); ngx_shmtx_lock(&cache->shpool->mutex);