forked from premiere/premiere-libtorrent
fix dht announce prioritization
This commit is contained in:
parent
9c7f685313
commit
d6279c86e3
|
@ -7450,7 +7450,7 @@ namespace libtorrent
|
|||
{
|
||||
// we don't have any peers, prioritize
|
||||
// announcing this torrent with the DHT
|
||||
m_ses.m_dht_torrents.push_back(shared_from_this());
|
||||
m_ses.prioritize_dht(shared_from_this());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue