]> granicus.if.org Git - apache/commitdiff
* Silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Sun, 28 Aug 2011 17:12:52 +0000 (17:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 28 Aug 2011 17:12:52 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162560 13f79535-47bb-0310-9956-ffa450edef68

modules/http/byterange_filter.c

index 8afa7756b8f6d1852f93842091f6bd5d7436b0c1..52c9b03aa84f6d763514dc6d3dba190a63c2ed97 100644 (file)
@@ -92,7 +92,7 @@ static apr_status_t copy_brigade_range(apr_bucket_brigade *bb,
     const char *s;
     apr_size_t len;
     apr_uint64_t start64, end64;
-    apr_off_t pofft;
+    apr_off_t pofft = 0;
 
     /*
      * Once we know that start and end are >= 0 convert everything to apr_uint64_t.