Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-01 10:26:48 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-07-01 10:26:48 +0400
commit06d214713966265fe76c52686719a55e13efb964 (patch)
treedf933c1ffc31e838c07833d2956cdcc754b36800 /src
parent098ac90bc8d843391eed56d3a73844ce76df1832 (diff)
NULL script in default access_log
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_log_module.c1
1 files changed, 1 insertions, 0 deletions
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;