- Timestamp:
- Mar 7, 2010, 7:14:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9x/libtransmission/peer-msgs.c
r10302 r10327 1604 1604 } 1605 1605 1606 /* save the block */1607 1606 dbgmsg( msgs, "got block %u:%u->%u", req->index, req->offset, req->length ); 1608 1607 … … 1611 1610 return 0; 1612 1611 } 1612 if( tr_cpPieceIsComplete( &msgs->torrent->completion, req->index ) ) { 1613 dbgmsg( msgs, "we did ask for this message, but the piece is already complete..." ); 1614 return 0; 1615 } 1613 1616 1614 1617 /**
Note: See TracChangeset
for help on using the changeset viewer.