one last fix to the web_seed_entry patch

This commit is contained in:
Arvid Norberg 2014-09-28 05:41:50 +00:00
parent 6a4a5419c2
commit 19d0087911
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{