From: robertc <> Date: Thu, 15 May 2003 13:16:50 +0000 (+0000) Subject: Summary: Backout inappropriate change to DelayId. X-Git-Tag: SQUID_3_0_PRE1~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a97b5352ba1f96b511dce1d6233463b90de22c10;p=thirdparty%2Fsquid.git Summary: Backout inappropriate change to DelayId. Keywords: Backout inappropriate change to DelayId. --- diff --git a/src/DelayId.cc b/src/DelayId.cc index 0618e70ccf..0f6fb61d75 100644 --- a/src/DelayId.cc +++ b/src/DelayId.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayId.cc,v 1.7 2003/05/15 06:22:42 robertc Exp $ + * $Id: DelayId.cc,v 1.8 2003/05/15 07:16:50 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -91,7 +91,7 @@ DelayId::operator bool() const /* create a delay Id for a given request */ DelayId -DelayId::DelayClient(clientHttpRequest * http, DelayPools *poolSet) +DelayId::DelayClient(clientHttpRequest * http) { request_t *r; unsigned short pool;