diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-04 15:10:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-04 15:10:33 +0000 |
commit | 340b03b201c77f394cc70fda4d960ad6c3b68905 (patch) | |
tree | c4a4fd6a958f2ae6c5ebed768e2c461197219df2 /src/http/ngx_http.c | |
parent | be3c2b69a4c18e3810b1ed1ba407f0be37230c27 (diff) | |
download | nginx-340b03b201c77f394cc70fda4d960ad6c3b68905.tar.gz nginx-340b03b201c77f394cc70fda4d960ad6c3b68905.zip |
nginx-0.0.1-2003-07-04-19:10:33 import
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; |