diff --git a/libtorrent/src/torrent_handle.cpp b/libtorrent/src/torrent_handle.cpp index bd893644d..5dfab5480 100755 --- a/libtorrent/src/torrent_handle.cpp +++ b/libtorrent/src/torrent_handle.cpp @@ -283,7 +283,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)