From: Jim Jagielski Date: Mon, 19 Sep 2005 12:36:27 +0000 (+0000) Subject: Backport 280010 from trunk: X-Git-Tag: 2.1.8~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3057c0e389b13edb1334fe110f4f9b72525fad2;p=thirdparty%2Fapache%2Fhttpd.git Backport 280010 from trunk: gcc -Wall cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290138 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 71b5e2b5a0f..7f37b4e4165 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -3091,7 +3091,7 @@ static apr_status_t send_parsed_content(ap_filter_t *f, apr_bucket_brigade *bb) apr_size_t len, index, release; apr_bucket *newb = NULL; char **store = &magic; - apr_size_t *store_len; + apr_size_t *store_len = NULL; /* handle meta buckets before reading any data */ if (APR_BUCKET_IS_METADATA(b)) {