Browse Source

Fix adjustAnnounceUri parameter is not passed

Tatsuhiro Tsujikawa 10 years ago
parent
commit
9d577b0ad7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/download_helper.cc

+ 1 - 1
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