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/http/modules/ngx_http_log_handler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/ngx_http_log_handler.c') diff --git a/src/http/modules/ngx_http_log_handler.c b/src/http/modules/ngx_http_log_handler.c index 1ddca3241..c186ac904 100644 --- a/src/http/modules/ngx_http_log_handler.c +++ b/src/http/modules/ngx_http_log_handler.c @@ -45,6 +45,7 @@ ngx_module_t ngx_http_log_module = { ngx_http_log_commands, /* module directives */ NGX_HTTP_MODULE, /* module type */ NULL, /* init module */ + NULL /* init child */ }; -- cgit