fixed incorrect forwarding in torrent_handle

This commit is contained in:
Arvid Norberg 2008-03-22 00:26:58 +00:00
parent 95310549b9
commit 1fba3afdae
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ namespace libtorrent
, std::string const& password) const
{
INVARIANT_CHECK;
TORRENT_FORWARD(resume());
TORRENT_FORWARD(set_tracker_login(name, password));
}
void torrent_handle::file_progress(std::vector<float>& progress)