diff options
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 2 |
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; } |