diff --git a/src/policy.cpp b/src/policy.cpp index c30dc881e..5aa74310e 100755 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -464,6 +464,7 @@ namespace libtorrent // if we have uploaded more than a piece for free, choke peer and // wait until we catch up with our download. c->send_choke(); + --m_num_unchoked; } }