aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.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/ngx_http.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/ngx_http.c')
-rw-r--r--src/http/ngx_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index cc1f8e894..945502669 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -36,7 +36,8 @@ ngx_module_t ngx_http_module = {
&http_name, /* module context */
ngx_http_commands, /* module directives */
NGX_CORE_MODULE, /* module type */
- NULL /* init module */
+ NULL, /* init module */
+ NULL /* init child */
};