commit | 63ba5a61b59142048400b0a5e434abb7c7b98e2a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 12 15:46:53 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 12 15:46:53 2006 +0000 |
tree | 0140c1f62685b162952fa1cdc5937f66c73be63b | |
parent | 169efce9477e63edef223bdd8b0f9047f79b536e [diff] |
fix highly unlikely bug
diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c index c035449..04ba03b 100644 --- a/src/http/modules/ngx_http_log_module.c +++ b/src/http/modules/ngx_http_log_module.c
@@ -546,6 +546,8 @@ 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;