undo r8288
This commit is contained in:
parent
94c1b90fe1
commit
114e6b3626
|
@ -217,7 +217,7 @@ phaseOne( tr_ptrArray * peerArray, tr_direction dir )
|
||||||
|
|
||||||
dbgmsg( "peer #%d of %d used %d bytes in this pass", i, n, bytesUsed );
|
dbgmsg( "peer #%d of %d used %d bytes in this pass", i, n, bytesUsed );
|
||||||
|
|
||||||
if( bytesUsed > 0 )
|
if( bytesUsed == (int)increment )
|
||||||
++i;
|
++i;
|
||||||
else {
|
else {
|
||||||
/* peer is done writing for now; move it to the end of the list */
|
/* peer is done writing for now; move it to the end of the list */
|
||||||
|
|
Loading…
Reference in New Issue