]> granicus.if.org Git - apache/commitdiff
gcc -Wall cleanup
authorJim Jagielski <jim@apache.org>
Sat, 10 Sep 2005 14:43:58 +0000 (14:43 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 10 Sep 2005 14:43:58 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@280010 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 71b5e2b5a0f492de51e00ad849997ecfa9a60682..7f37b4e41653c00b58fb7ff511af0b7f3323e490 100644 (file)
@@ -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)) {