*** empty log message ***
This commit is contained in:
@@ -1203,7 +1203,10 @@ namespace libtorrent
|
|||||||
|
|
||||||
INVARIANT_CHECK;
|
INVARIANT_CHECK;
|
||||||
|
|
||||||
// TODO: TEMP!
|
// This will corrupt the storage
|
||||||
|
// use while debugging to find
|
||||||
|
// states that cannot be scanned
|
||||||
|
// by check_pieces.
|
||||||
// m_storage.shuffle();
|
// m_storage.shuffle();
|
||||||
|
|
||||||
m_piece_to_slot.resize(m_info.num_pieces(), has_no_slot);
|
m_piece_to_slot.resize(m_info.num_pieces(), has_no_slot);
|
||||||
@@ -1212,7 +1215,7 @@ namespace libtorrent
|
|||||||
m_unallocated_slots.clear();
|
m_unallocated_slots.clear();
|
||||||
pieces.clear();
|
pieces.clear();
|
||||||
pieces.resize(m_info.num_pieces(), false);
|
pieces.resize(m_info.num_pieces(), false);
|
||||||
/*
|
|
||||||
// if we have fast-resume info
|
// if we have fast-resume info
|
||||||
// use it instead of doing the actual checking
|
// use it instead of doing the actual checking
|
||||||
if (!data.piece_map.empty()
|
if (!data.piece_map.empty()
|
||||||
@@ -1254,7 +1257,7 @@ namespace libtorrent
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
// ------------------------
|
// ------------------------
|
||||||
// DO THE FULL CHECK
|
// DO THE FULL CHECK
|
||||||
|
Reference in New Issue
Block a user