From 630ad0c7b17b4e20d978706d3884995481f28b3c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 16 Apr 2004 05:14:16 +0000 Subject: nginx-0.0.3-2004-04-16-09:14:16 import --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 6b0db2625..51fda1a4a 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1260,7 +1260,7 @@ static char *ngx_http_core_merge_loc_conf(ngx_conf_t *cf, if (prev->err_log) { conf->err_log = prev->err_log; } else { - conf->err_log = cf->cycle->log; + conf->err_log = cf->cycle->new_log; } } -- cgit