From 167ac6350231c5a72b51e8092c11951a61b694c4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 10 Apr 1998 07:13:05 +0000 Subject: [PATCH] updating wrong value for server_svc_time --- src/client_side.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client_side.cc b/src/client_side.cc index f4921ef392..fdec3e5f69 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.272 1998/04/09 21:32:09 wessels Exp $ + * $Id: client_side.cc,v 1.273 1998/04/10 01:13:05 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -567,7 +567,7 @@ clientUpdateCounters(clientHttpRequest * http) if (H->alg == PEER_SA_ICP) { statHistCount(&Counter.icp.client_svc_time, svc_time); if (sst) - statHistCount(&Counter.icp.server_svc_time, svc_time); + statHistCount(&Counter.icp.server_svc_time, sst); Counter.icp.times_used++; } else if (H->alg == PEER_SA_DIGEST) { -- 2.47.3