mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
fixed incorrect forwarding in torrent_handle
This commit is contained in:
parent
55274532be
commit
7412a0052b
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace libtorrent
|
||||||
, std::string const& password) const
|
, std::string const& password) const
|
||||||
{
|
{
|
||||||
INVARIANT_CHECK;
|
INVARIANT_CHECK;
|
||||||
TORRENT_FORWARD(resume());
|
TORRENT_FORWARD(set_tracker_login(name, password));
|
||||||
}
|
}
|
||||||
|
|
||||||
void torrent_handle::file_progress(std::vector<float>& progress)
|
void torrent_handle::file_progress(std::vector<float>& progress)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue