diff options
Diffstat (limited to 'src/http/ngx_http.c')
| -rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index a1ea12aa1..b9a85289e 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -464,7 +464,7 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ls->nonblocking = 1; ls->handler = ngx_http_init_connection; - ls->log = cf->log; + ls->log = cf->cycle->log; cscf = in_addr[a].core_srv_conf; ls->pool_size = cscf->connection_pool_size; |
