]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
updating wrong value for server_svc_time
authorwessels <>
Fri, 10 Apr 1998 07:13:05 +0000 (07:13 +0000)
committerwessels <>
Fri, 10 Apr 1998 07:13:05 +0000 (07:13 +0000)
src/client_side.cc

index f4921ef392ea4035e6aabefffe6f6ea8d1adea57..fdec3e5f694a46befa005a509035a3532a4cc47b 100644 (file)
@@ -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) {