From bb4ec5c1721defd7b10f83ace51bddb71726dd1a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 16 May 2003 15:27:48 +0000 Subject: nginx-0.0.1-2003-05-16-19:27:48 import --- src/http/modules/ngx_http_index_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_index_handler.c') diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c index 4af3c946b..2a236ee6d 100644 --- a/src/http/modules/ngx_http_index_handler.c +++ b/src/http/modules/ngx_http_index_handler.c @@ -47,8 +47,8 @@ ngx_http_module_t ngx_http_index_module_ctx = { ngx_module_t ngx_http_index_module = { - 0, /* module index */ &ngx_http_index_module_ctx, /* module context */ + 0, /* module index */ ngx_http_index_commands, /* module directives */ NGX_HTTP_MODULE_TYPE, /* module type */ ngx_http_index_init /* init module */ -- cgit v1.2.3