]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 10 Apr 2009 17:45:07 +0000 (17:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 10 Apr 2009 17:45:07 +0000 (17:45 +0000)
src/http/ngx_http_file_cache.c

index 005c597797a18ff12a47f74abe887d9e76e013d6..4967ad67d54b010a925c2f018db172437188a05a 100644 (file)
@@ -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);