aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_file_cache.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-10 17:45:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-10 17:45:07 +0000
commitfb5f504bcd65e210218c0bae76558e09a94f383f (patch)
treed73bcc196635b178e0b3fa389386c9b0771c83c2 /src/http/ngx_http_file_cache.c
parenta655f363e214fd3c9ab5f4620d062f63c92ebd10 (diff)
downloadnginx-fb5f504bcd65e210218c0bae76558e09a94f383f.tar.gz
nginx-fb5f504bcd65e210218c0bae76558e09a94f383f.zip
style fix
Diffstat (limited to 'src/http/ngx_http_file_cache.c')
-rw-r--r--src/http/ngx_http_file_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c
index 005c59779..4967ad67d 100644
--- 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_cache_t *cache, ngx_http_cache_t *c)
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);