From: wessels <> Date: Fri, 10 Apr 1998 07:27:29 +0000 (+0000) Subject: updating wrong value for server_svc_time X-Git-Tag: SQUID_3_0_PRE1~3511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31f450777c3a955b3fe226c07957db12419f994;p=thirdparty%2Fsquid.git updating wrong value for server_svc_time --- diff --git a/src/client_side.cc b/src/client_side.cc index fdec3e5f69..1224862b18 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.273 1998/04/10 01:13:05 wessels Exp $ + * $Id: client_side.cc,v 1.274 1998/04/10 01:27:29 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -573,7 +573,7 @@ clientUpdateCounters(clientHttpRequest * http) if (H->alg == PEER_SA_DIGEST) { statHistCount(&Counter.cd.client_svc_time, svc_time); if (sst) - statHistCount(&Counter.cd.server_svc_time, svc_time); + statHistCount(&Counter.cd.server_svc_time, sst); Counter.cd.times_used++; } else { assert(H->alg == PEER_SA_NONE);