one last fix to the web_seed_entry patch
This commit is contained in:
parent
6a4a5419c2
commit
19d0087911
|
@ -6253,7 +6253,7 @@ namespace libtorrent
|
|||
pack.ios = &m_ses.get_io_service();
|
||||
pack.tor = shared_from_this();
|
||||
pack.s = s;
|
||||
pack.endp = web->endpoints.empty() ? tcp::endpoint() : web->endpoints.front();
|
||||
pack.endp = a;
|
||||
pack.peerinfo = &web->peer_info;
|
||||
if (web->type == web_seed_entry::url_seed)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue