mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 10:19:00 +08:00
fix highly unlikely bug
This commit is contained in:
parent
169efce947
commit
63ba5a61b5
@ -546,6 +546,8 @@ ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
|
|||||||
return NGX_CONF_ERROR;
|
return NGX_CONF_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log->disk_full_time = 0;
|
||||||
|
|
||||||
lmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_log_module);
|
lmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_log_module);
|
||||||
fmt = lmcf->formats.elts;
|
fmt = lmcf->formats.elts;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user