* Incore debugging fixes.

* Fixed max uploads and connected peers settings.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1173 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-09-18 10:26:25 +00:00
parent e1f0ee86b7
commit e0068a3f42
4 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ DownloadList::confirm_finished(Download* download) {
download->set_resume_flags(~uint32_t());
if (find(infohash) != end() &&
!download->is_active() && rpc::call_command_value("d.get_state", rpc::make_target(download)) == 1)
!download->is_active() && rpc::call_command_value("d.state", rpc::make_target(download)) == 1)
resume(download,
torrent::Download::start_no_create |
torrent::Download::start_skip_tracker |