fixed upload_mode assert
This commit is contained in:
@@ -1970,7 +1970,7 @@ namespace libtorrent
|
|||||||
// peer has
|
// peer has
|
||||||
// if we're a seed, we don't keep track of piece availability
|
// if we're a seed, we don't keep track of piece availability
|
||||||
bool interesting = false;
|
bool interesting = false;
|
||||||
if (!t->is_seed())
|
if (!t->is_upload_only())
|
||||||
{
|
{
|
||||||
t->peer_has(bits);
|
t->peer_has(bits);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user