------------------------------------------------------------ revno: 14077 revision-id: squid3@treenet.co.nz-20160907163137-w1wfmze5869r9vr9 parent: squid3@treenet.co.nz-20160907155859-5vp8jh2tchgk8842 committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2016-09-08 04:31:37 +1200 message: Add missing updateLimits() to stub_HelperChildConfig.cc ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20160907163137-w1wfmze5869r9vr9 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 23e99ce6f12ee668fb115a4749d58acdfb931e40 # timestamp: 2016-09-07 16:33:02 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160907155859-\ # 5vp8jh2tchgk8842 # # Begin patch === modified file 'src/tests/stub_HelperChildConfig.cc' --- src/tests/stub_HelperChildConfig.cc 2016-01-01 00:14:27 +0000 +++ src/tests/stub_HelperChildConfig.cc 2016-09-07 16:31:37 +0000 @@ -47,4 +47,5 @@ } void Helper::ChildConfig::parseConfig() STUB +Helper::ChildConfig & Helper::ChildConfig::updateLimits(const Helper::ChildConfig &) STUB_RETVAL(*this)