mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
fixed incorrect forwarding in torrent_handle
This commit is contained in:
parent
b87089c7d2
commit
16b19fc423
@ -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<float>& progress)
|
||||
|
Loading…
x
Reference in New Issue
Block a user