/*
- * $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
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) {