From 2ce4802cf1b92c11a4486d9f6c64ce69cb66be80 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 5 Nov 2003 15:56:51 +0000 Subject: [PATCH] bugfix --- src/policy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy.cpp b/src/policy.cpp index 333846f89..eb09a92c2 100755 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -131,7 +131,7 @@ namespace // from this peer instead) peer_connection* peer = 0; - float down_speed = 0.f; + float down_speed = -1.f; // find the peer with the lowest download // speed that also has a piece thatt this // peer could send us