]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed incomplete MemBlobStats constructor
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 15 Nov 2012 22:12:03 +0000 (23:12 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 15 Nov 2012 22:12:03 +0000 (23:12 +0100)
src/MemBlob.cc

index 9fc396498028147696a03f4245c790d6bcd9cd57..8cb0c8044efef6fa27acc3d2a4946789f5f71c15 100644 (file)
@@ -43,7 +43,7 @@ InstanceIdDefinitions(MemBlob, "blob");
 
 /* MemBlobStats */
 
-MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0)
+MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0), liveBytes(0)
 {}
 
 std::ostream&