diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-16 05:14:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-16 05:14:16 +0000 |
commit | 630ad0c7b17b4e20d978706d3884995481f28b3c (patch) | |
tree | 794f7617a06a007f98149fa11c1ebc92827c29a5 /src/http/ngx_http_core_module.c | |
parent | 68df19d33ac5cf804650261867afd5f8acdce364 (diff) | |
download | nginx-630ad0c7b17b4e20d978706d3884995481f28b3c.tar.gz nginx-630ad0c7b17b4e20d978706d3884995481f28b3c.zip |
nginx-0.0.3-2004-04-16-09:14:16 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |