forked from premiere/premiere-libtorrent
fix warning
This commit is contained in:
parent
962bb30835
commit
be4f593ddf
|
@ -2182,8 +2182,7 @@ namespace libtorrent
|
||||||
TORRENT_ASSERT(m_disk_recv_buffer_size == 0);
|
TORRENT_ASSERT(m_disk_recv_buffer_size == 0);
|
||||||
|
|
||||||
// we're not receiving any block right now
|
// we're not receiving any block right now
|
||||||
m_receiving_block.piece_index = -1;
|
m_receiving_block = piece_block::invalid;
|
||||||
m_receiving_block.block_index = -1;
|
|
||||||
|
|
||||||
#ifdef TORRENT_CORRUPT_DATA
|
#ifdef TORRENT_CORRUPT_DATA
|
||||||
// corrupt all pieces from certain peers
|
// corrupt all pieces from certain peers
|
||||||
|
|
Loading…
Reference in New Issue