fix comment

This commit is contained in:
Arvid Norberg 2011-06-08 08:45:28 +00:00
parent b0432627b1
commit 887423ef1e
1 changed files with 2 additions and 2 deletions

View File

@ -799,12 +799,12 @@ namespace libtorrent
}
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();
}
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);
start_announcing();
}