From 9d577b0ad700281549ca9f339b058df9fa7eff8e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 7 Feb 2015 00:39:33 +0900 Subject: [PATCH] Fix adjustAnnounceUri parameter is not passed --- src/download_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download_helper.cc b/src/download_helper.cc index 9d9521a9..ea7c7f8a 100644 --- a/src/download_helper.cc +++ b/src/download_helper.cc @@ -292,7 +292,7 @@ void createRequestGroupForBitTorrent error_code::BENCODE_PARSE_ERROR); } createRequestGroupForBitTorrent(result, option, uris, metaInfoUri, - torrent.get()); + torrent.get(), adjustAnnounceUri); } void createRequestGroupForBitTorrent