Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-21 19:19:14 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-12-21 19:19:14 +0300
commitf2d60afc7c6849a99052cc0af9362071ca6b5335 (patch)
tree9ff8754f362fded07d8f7c889ae2391c302b62cd /src/core/ngx_open_file_cache.c
parentff71b948b37ceaf0be1d70328398b3b41ef6f28e (diff)
fix the previous commit
Diffstat (limited to 'src/core/ngx_open_file_cache.c')
-rw-r--r--src/core/ngx_open_file_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c
index 32973402e..36e297ec7 100644
--- a/src/core/ngx_open_file_cache.c
+++ b/src/core/ngx_open_file_cache.c
@@ -76,7 +76,7 @@ ngx_open_file_cache_cleanup(void *data)
for ( ;; ) {
if (ngx_queue_empty(&cache->expire_queue)) {
- return;
+ break;
}
q = ngx_queue_last(&cache->expire_queue);