From 16b19fc4239d608f718525aef95e1df87f2dcd26 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 22 Mar 2008 16:56:41 +0000 Subject: [PATCH] fixed incorrect forwarding in torrent_handle --- libtorrent/src/torrent_handle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)