* Cleanup of the Object api.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1028 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-01-20 07:48:52 +00:00
parent 9e8b4add9d
commit c19af8f389
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -192,7 +192,7 @@ Root::set_down_throttle(unsigned int throttle) {
return;
}
throttle /= rpc::call_command_value("get_max_downloads_div");
throttle /= div;
unsigned int maxUnchoked;
@@ -222,7 +222,7 @@ Root::set_up_throttle(unsigned int throttle) {
return;
}
throttle /= rpc::call_command_value("get_max_uploads_div");
throttle /= div;
unsigned int maxUnchoked;