From a97b5352ba1f96b511dce1d6233463b90de22c10 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Thu, 15 May 2003 13:16:50 +0000 Subject: [PATCH] Summary: Backout inappropriate change to DelayId. Keywords: Backout inappropriate change to DelayId. --- src/DelayId.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3