mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by
default. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@977 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -119,8 +119,8 @@ apply_on_ratio(int action, const torrent::Object& rawArgs) {
|
||||
|
||||
rpc::call_command("d.set_ignore_commands", (int64_t)1, rpc::make_target(*itr));
|
||||
|
||||
while (argItr != args.end())
|
||||
rpc::parse_command_object(rpc::make_target(*itr), *(argItr++));
|
||||
for (torrent::Object::list_type::const_iterator itr2 = argItr; itr2 != args.end(); itr2++)
|
||||
rpc::parse_command_object(rpc::make_target(*itr), *itr2);
|
||||
}
|
||||
|
||||
return torrent::Object();
|
||||
|
||||
Reference in New Issue
Block a user