NULL script in default access_log

This commit is contained in:
Igor Sysoev 2008-07-01 06:26:48 +00:00
parent 435ed70b96
commit d979cfcfc8

View file

@ -783,6 +783,7 @@ ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
return NGX_CONF_ERROR; return NGX_CONF_ERROR;
} }
log->script = NULL;
log->disk_full_time = 0; log->disk_full_time = 0;
log->error_log_time = 0; log->error_log_time = 0;