commit | a7f7fa878ce271af23bbb6e1586bae1273eb10d2 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Jul 11 04:50:59 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Jul 11 04:50:59 2003 +0000 |
tree | 31684f5316ff58e748bf588cde8dd41bb7249f94 | |
parent | b8c367c7b9155857f1c068624aa059830db57fa8 [diff] [blame] |
nginx-0.0.1-2003-07-11-08:50:59 import
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index c3cec38..9ebac94 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c
@@ -37,7 +37,8 @@ &errlog_name, /* module context */ ngx_errlog_commands, /* module directives */ NGX_CORE_MODULE, /* module type */ - NULL /* init module */ + NULL, /* init module */ + NULL /* init child */ };