aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_garbage_collector.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-21 06:30:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-21 06:30:49 +0000
commitd9d0ca12688034d481e2f1f5cf13a098338ec31d (patch)
tree9dca776a24d0bd34064b21d77fe5b6d290510445 /src/core/ngx_garbage_collector.c
parent1ef225254ef3f7fc5470289bdeabad2e31507d55 (diff)
downloadnginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.tar.gz
nginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.zip
nginx-0.0.1-2003-11-21-09:30:49 import
Diffstat (limited to 'src/core/ngx_garbage_collector.c')
-rw-r--r--src/core/ngx_garbage_collector.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_garbage_collector.c b/src/core/ngx_garbage_collector.c
index e673acd5a..f60fae927 100644
--- a/src/core/ngx_garbage_collector.c
+++ b/src/core/ngx_garbage_collector.c
@@ -70,8 +70,9 @@ void stub_init(ngx_cycle_t *cycle)
static int ngx_collect_garbage(ngx_gc_t *ctx, ngx_str_t *dname, int level)
{
- int rc, len;
+ int rc;
char *last;
+ size_t len;
ngx_err_t err;
ngx_str_t fname, buf;
ngx_dir_t dir;