replace is_seed() with has_picker()
This commit is contained in:
parent
6b40d5983b
commit
2016251b4f
|
@ -2668,7 +2668,7 @@ namespace libtorrent
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t->is_seed()) return;
|
if (!t->has_picker()) return;
|
||||||
|
|
||||||
piece_picker& picker = t->picker();
|
piece_picker& picker = t->picker();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue