]> git.kaiwu.me - nginx.git/commitdiff
fix highly unlikely bug
authorIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 15:46:53 +0000 (15:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 15:46:53 +0000 (15:46 +0000)
src/http/modules/ngx_http_log_module.c

index c035449ff0f9b5a270f6102ddf1961be6f0eb7d5..04ba03bff218814477c0b034e7992e20dafee30e 100644 (file)
@@ -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;