mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
a655f363e2
commit
fb5f504bcd
@ -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…
Reference in New Issue
Block a user