Explorar o código

Fix adjustAnnounceUri parameter is not passed

Tatsuhiro Tsujikawa %!s(int64=10) %!d(string=hai) anos
pai
achega
9d577b0ad7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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