------------------------------------------------------------ revno: 11722 revision-id: squid3@treenet.co.nz-20121130132010-2eo4zalbksm1zbru parent: squid3@treenet.co.nz-20121130131914-rgpw86kt6rwlvwua author: Francesco Chemolli committer: Amos Jeffries branch nick: 3.2 timestamp: Fri 2012-11-30 06:20:10 -0700 message: Fixed incomplete MemBlobStats constructor ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121130132010-2eo4zalbksm1zbru # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: f8791df37a9cde697e810252499c9e7469980b38 # timestamp: 2012-11-30 13:26:50 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121130131914-\ # rgpw86kt6rwlvwua # # Begin patch === modified file 'src/MemBlob.cc' --- src/MemBlob.cc 2012-02-05 06:09:46 +0000 +++ src/MemBlob.cc 2012-11-30 13:20:10 +0000 @@ -47,7 +47,7 @@ /* MemBlobStats */ -MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0) +MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0), liveBytes(0) {} std::ostream&