Selaa lähdekoodia

Fix adjustAnnounceUri parameter is not passed

Tatsuhiro Tsujikawa 10 vuotta sitten
vanhempi
commit
9d577b0ad7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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