aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_log_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-12 15:46:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-12 15:46:53 +0000
commit63ba5a61b59142048400b0a5e434abb7c7b98e2a (patch)
tree0140c1f62685b162952fa1cdc5937f66c73be63b /src/http/modules/ngx_http_log_module.c
parent169efce9477e63edef223bdd8b0f9047f79b536e (diff)
downloadnginx-63ba5a61b59142048400b0a5e434abb7c7b98e2a.tar.gz
nginx-63ba5a61b59142048400b0a5e434abb7c7b98e2a.zip
fix highly unlikely bug
Diffstat (limited to 'src/http/modules/ngx_http_log_module.c')
-rw-r--r--src/http/modules/ngx_http_log_module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c
index c035449ff..04ba03bff 100644
--- a/src/http/modules/ngx_http_log_module.c
+++ b/src/http/modules/ngx_http_log_module.c
@@ -546,6 +546,8 @@ ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
return NGX_CONF_ERROR;
}
+ log->disk_full_time = 0;
+
lmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_log_module);
fmt = lmcf->formats.elts;