aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_log_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-11 04:50:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-11 04:50:59 +0000
commita7f7fa878ce271af23bbb6e1586bae1273eb10d2 (patch)
tree31684f5316ff58e748bf588cde8dd41bb7249f94 /src/http/modules/ngx_http_log_handler.c
parentb8c367c7b9155857f1c068624aa059830db57fa8 (diff)
downloadnginx-a7f7fa878ce271af23bbb6e1586bae1273eb10d2.tar.gz
nginx-a7f7fa878ce271af23bbb6e1586bae1273eb10d2.zip
nginx-0.0.1-2003-07-11-08:50:59 import
Diffstat (limited to 'src/http/modules/ngx_http_log_handler.c')
-rw-r--r--src/http/modules/ngx_http_log_handler.c1
1 files changed, 1 insertions, 0 deletions
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 */
};