Fix adjustAnnounceUri parameter is not passed

pull/336/head
Tatsuhiro Tsujikawa 2015-02-07 00:39:33 +09:00
parent 4cf0bb742f
commit 9d577b0ad7
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ void createRequestGroupForBitTorrent
error_code::BENCODE_PARSE_ERROR); error_code::BENCODE_PARSE_ERROR);
} }
createRequestGroupForBitTorrent(result, option, uris, metaInfoUri, createRequestGroupForBitTorrent(result, option, uris, metaInfoUri,
torrent.get()); torrent.get(), adjustAnnounceUri);
} }
void createRequestGroupForBitTorrent void createRequestGroupForBitTorrent