# HG changeset patch # User Igor Sysoev # Date 1165938413 0 # Node ID be52cfdb3e317e03601eaa759ad71ba9d2cfe993 # Parent 3047c580f6ebffb129dc202dd94cdd4258986445 fix highly unlikely bug diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c --- 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 * 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;