]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed assert(!theInitiator) from the destructor because that assertion fails
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 May 2008 00:26:57 +0000 (18:26 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 May 2008 00:26:57 +0000 (18:26 -0600)
commitb8af5c824b3587e39b3c05e11ac9389c2ad24a0a
tree5ceaf600829fa8daf72f8147ee8b3e4735adaa1f
parent414611dc7b947c3d2895db9de25f803ab3789414
Removed assert(!theInitiator) from the destructor because that assertion fails
if a child constructor fails. AsyncJob should have wasStarted flag so that we
can assert(!(wasStarted && theInitiator)), which will not fail for non-started
jobs.
src/adaptation/Initiate.cc