actually fix the issue with the second tracker announce with port 0
This commit is contained in:
parent
2edb86c543
commit
a233d3cc28
|
@ -3722,6 +3722,9 @@ namespace {
|
|||
|
||||
req.private_torrent = m_torrent_file->priv();
|
||||
req.second_announce = true;
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
req.ssl_ctx = NULL;
|
||||
#endif
|
||||
|
||||
// tell the tracker to bind to the opposite protocol type
|
||||
req.bind_ip = tracker_ip.is_v4()
|
||||
|
|
Loading…
Reference in New Issue