fix dht announce prioritization

This commit is contained in:
Arvid Norberg 2013-01-20 19:54:54 +00:00
parent 9c7f685313
commit d6279c86e3
1 changed files with 1 additions and 1 deletions

View File

@ -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