- Make sure the thing compiles with 0.6.11

- Removed a compiler warning
pull/4/head
Adrian Perez 2007-09-12 11:42:21 +02:00
parent 312c69b5aa
commit 1eaaa8b505
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ skip_readme_bottom:
static ngx_int_t
ngx_http_fancyindex_handler(ngx_http_request_t *r)
{
ngx_buf_t *content;
ngx_buf_t *content = NULL;
ngx_int_t rc;
ngx_chain_t out;
ngx_http_fancyindex_loc_conf_t *alcf;