aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.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/nginx.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/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index ca056bd18..26db6f8b7 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -230,7 +230,7 @@ ngx_log_debug(log, "REOPEN: %d:%d:%s" _ fd _ file[i].fd _ file[i].name.data);
cycle = ngx_init_cycle(cycle, cycle->log);
if (cycle == NULL) {
- cycle = (ngx_cycle_t*) ngx_cycle;
+ cycle = (ngx_cycle_t *) ngx_cycle;
continue;
}