]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
mising msec->sec conversion
authorwessels <>
Fri, 22 May 1998 04:39:00 +0000 (04:39 +0000)
committerwessels <>
Fri, 22 May 1998 04:39:00 +0000 (04:39 +0000)
src/peer_select.cc

index 963d7f6a3f4d6a5f6382e926288654d9d57213de..3a9231bd2c9b0a981dcb69756c949c177cb03dc8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: peer_select.cc,v 1.60 1998/05/21 22:32:17 wessels Exp $
+ * $Id: peer_select.cc,v 1.61 1998/05/21 22:39:00 wessels Exp $
  *
  * DEBUG: section 44    Peer Selection Algorithm
  * AUTHOR: Duane Wessels
@@ -318,7 +318,7 @@ peerSelectFoo(ps_state * psstate)
            eventAdd("peerPingTimeout",
                peerPingTimeout,
                psstate,
-               expected_rtt,
+               expected_rtt / 1000.0,
                0);
            return;
        }