diff options
Diffstat (limited to 'src/http/modules/ngx_http_static_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_static_handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |