mirror of https://github.com/aria2/aria2
Fix adjustAnnounceUri parameter is not passed
parent
4cf0bb742f
commit
9d577b0ad7
|
@ -292,7 +292,7 @@ void createRequestGroupForBitTorrent
|
|||
error_code::BENCODE_PARSE_ERROR);
|
||||
}
|
||||
createRequestGroupForBitTorrent(result, option, uris, metaInfoUri,
|
||||
torrent.get());
|
||||
torrent.get(), adjustAnnounceUri);
|
||||
}
|
||||
|
||||
void createRequestGroupForBitTorrent
|
||||
|
|
Loading…
Reference in New Issue