From 1eaaa8b505d84706a82c4051deb109f769b1eff1 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Wed, 12 Sep 2007 11:42:21 +0200 Subject: [PATCH] - Make sure the thing compiles with 0.6.11 - Removed a compiler warning --- ngx_http_fancyindex_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 0fefe47..0ffd391 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -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;