From 06d214713966265fe76c52686719a55e13efb964 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jul 2008 06:26:48 +0000 Subject: NULL script in default access_log --- src/http/modules/ngx_http_log_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c index f0fd56588..ce7559753 100644 --- a/src/http/modules/ngx_http_log_module.c +++ b/src/http/modules/ngx_http_log_module.c @@ -783,6 +783,7 @@ ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) return NGX_CONF_ERROR; } + log->script = NULL; log->disk_full_time = 0; log->error_log_time = 0; -- cgit v1.2.3