From 1fba3afdae58765ba93806c6bae1ee21923ff63a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 22 Mar 2008 00:26:58 +0000 Subject: [PATCH] fixed incorrect forwarding in torrent_handle --- src/torrent_handle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)