From: robertc <> Date: Thu, 22 May 2003 17:14:43 +0000 (+0000) Subject: Summary: Oops, another tagged bugfix. X-Git-Tag: SQUID_3_0_PRE1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44453ab4e470f71757b27b959b48d515d7bcfac7;p=thirdparty%2Fsquid.git Summary: Oops, another tagged bugfix. Keywords: Oops, another tagged bugfix. --- diff --git a/src/DelayTagged.cc b/src/DelayTagged.cc index cefce2b5ab..1e735cd78a 100644 --- a/src/DelayTagged.cc +++ b/src/DelayTagged.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayTagged.cc,v 1.2 2003/05/22 10:14:09 robertc Exp $ + * $Id: DelayTagged.cc,v 1.3 2003/05/22 11:14:43 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -142,6 +142,7 @@ DelayTagged::update(int incr) { DelayTaggedUpdater updater(spec, incr); buckets.head->walk (DelayTaggedUpdateWalkee, &updater); + kickReads(); } void