forked from premiere/premiere-libtorrent
fix comment
This commit is contained in:
parent
b0432627b1
commit
887423ef1e
|
@ -799,12 +799,12 @@ namespace libtorrent
|
||||||
}
|
}
|
||||||
else if (m_torrent_file->is_valid())
|
else if (m_torrent_file->is_valid())
|
||||||
{
|
{
|
||||||
// we need to start announcing since we don't have any
|
|
||||||
// metadata. To receive peers to ask for it.
|
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// we need to start announcing since we don't have any
|
||||||
|
// metadata. To receive peers to ask for it.
|
||||||
set_state(torrent_status::downloading_metadata);
|
set_state(torrent_status::downloading_metadata);
|
||||||
start_announcing();
|
start_announcing();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue