You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/09/10 16:44:01 UTC

svn commit: r280010 - /httpd/httpd/trunk/modules/filters/mod_include.c

Author: jim
Date: Sat Sep 10 07:43:58 2005
New Revision: 280010

URL: http://svn.apache.org/viewcvs?rev=280010&view=rev
Log:
gcc -Wall cleanup

Modified:
    httpd/httpd/trunk/modules/filters/mod_include.c

Modified: httpd/httpd/trunk/modules/filters/mod_include.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/filters/mod_include.c?rev=280010&r1=280009&r2=280010&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/mod_include.c (original)
+++ httpd/httpd/trunk/modules/filters/mod_include.c Sat Sep 10 07:43:58 2005
@@ -3091,7 +3091,7 @@
         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)) {