From a7f7fa878ce271af23bbb6e1586bae1273eb10d2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 11 Jul 2003 04:50:59 +0000 Subject: nginx-0.0.1-2003-07-11-08:50:59 import --- src/core/ngx_log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_log.c') diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index c3cec3862..9ebac94e6 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -37,7 +37,8 @@ ngx_module_t ngx_errlog_module = { &errlog_name, /* module context */ ngx_errlog_commands, /* module directives */ NGX_CORE_MODULE, /* module type */ - NULL /* init module */ + NULL, /* init module */ + NULL /* init child */ }; -- cgit v1.2.3