소스 검색

Fix adjustAnnounceUri parameter is not passed

Tatsuhiro Tsujikawa 10 년 전
부모
커밋
9d577b0ad7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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