mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 11:52:00 +00:00
style fix
This commit is contained in:
parent
a655f363e2
commit
fb5f504bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue