]> granicus.if.org Git - transmission/commitdiff
fix a confusing extraneous line in the previous commit
authorCharles Kerr <charles@transmissionbt.com>
Wed, 27 Aug 2008 18:56:36 +0000 (18:56 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Wed, 27 Aug 2008 18:56:36 +0000 (18:56 +0000)
libtransmission/peer-msgs.c

index 36343b9f821a8b4a0323e8806814f5f6921a3ef3..a01c1c3002933a6616aab1dab3d89694269a0244 100644 (file)
@@ -1784,7 +1784,6 @@ sendBitfield( tr_peermsgs * msgs )
         /* build the pool */
         for( i=0; i<poolSize; ++i )
             pool[i] = i;
-        poolSize = i;
 
         /* pull random piece indices from the pool */
         while( ( poolSize > 0 ) && ( lazyCount < LAZY_PIECE_COUNT ) )