diff --git a/src/torrent_handle.cpp b/src/torrent_handle.cpp index ee0ecd540..c8dab2d4d 100755 --- a/src/torrent_handle.cpp +++ b/src/torrent_handle.cpp @@ -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& progress)