diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-10 17:45:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-10 17:45:07 +0000 |
commit | fb5f504bcd65e210218c0bae76558e09a94f383f (patch) | |
tree | d73bcc196635b178e0b3fa389386c9b0771c83c2 /src/http/ngx_http_file_cache.c | |
parent | a655f363e214fd3c9ab5f4620d062f63c92ebd10 (diff) | |
download | nginx-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.c | 2 |
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); |