From: Jim Jagielski Date: Sat, 10 Sep 2005 14:43:58 +0000 (+0000) Subject: gcc -Wall cleanup X-Git-Tag: 2.3.0~3011 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ee29a3fc3913b8ea38015ccaaffdbd9d873b0c;p=thirdparty%2Fapache%2Fhttpd.git gcc -Wall cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@280010 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)) {