From 54498db7a2a2e7e74fba61ec073b248da05e999e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 11 Feb 2004 17:08:49 +0000 Subject: nginx-0.0.2-2004-02-11-20:08:49 import --- src/http/modules/ngx_http_static_handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_static_handler.c') diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index 617bb4d80..699747123 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -59,7 +59,8 @@ static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r) char *last; uint32_t file_crc, redirect_crc; ngx_fd_t fd; - ngx_int_t rc, level; + ngx_int_t rc; + ngx_uint_t level; ngx_str_t name, location; ngx_err_t err; ngx_log_t *log; -- cgit