------------------------------------------------------------ revno: 12407 revision-id: squid3@treenet.co.nz-20121124035014-givrsd2vk1gh78yt parent: squid3@treenet.co.nz-20121124034134-1f0vq84hlr4e2oon author: Francesco Chemolli committer: Amos Jeffries branch nick: 3.3 timestamp: Fri 2012-11-23 20:50:14 -0700 message: Fixed incomplete MemBlobStats constructor ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121124035014-givrsd2vk1gh78yt # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 2392d1b9e8bbbfc6976a853f45a6e421ce196d05 # timestamp: 2012-11-24 03:53:41 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20121124034134-\ # 1f0vq84hlr4e2oon # # Begin patch === modified file 'src/MemBlob.cc' --- src/MemBlob.cc 2012-08-31 16:57:39 +0000 +++ src/MemBlob.cc 2012-11-24 03:50:14 +0000 @@ -43,7 +43,7 @@ /* MemBlobStats */ -MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0) +MemBlobStats::MemBlobStats(): alloc(0), live(0), append(0), liveBytes(0) {} std::ostream&