aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-26 18:31:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-07-26 18:31:43 +0000
commit71cb18335671b5e6d46ee1eb6b2f6bb67598f6c5 (patch)
tree9d52dd74162f9fff0bd274dbb4c481ae59c52381 /src/http/modules/ngx_http_index_handler.c
parentea52123c06a5c32a500e8ccb5ce9ae23db1d3a2b (diff)
downloadnginx-71cb18335671b5e6d46ee1eb6b2f6bb67598f6c5.tar.gz
nginx-71cb18335671b5e6d46ee1eb6b2f6bb67598f6c5.zip
nginx-0.0.9-2004-07-26-22:31:43 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index acfd30850..87619435d 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -98,7 +98,6 @@ ngx_module_t ngx_http_index_module = {
ngx_int_t ngx_http_index_handler(ngx_http_request_t *r)
{
u_char *name;
- size_t len;
ngx_fd_t fd;
ngx_int_t rc;
ngx_str_t *index;