forked from premiere/premiere-libtorrent
fixed missing ampersand in tracker request url
This commit is contained in:
parent
6ce8d367a4
commit
6ad17a69a8
|
@ -432,6 +432,7 @@ namespace libtorrent
|
|||
{
|
||||
m_send_buffer += "ipv6=";
|
||||
m_send_buffer += req.ipv6;
|
||||
m_send_buffer += '&';
|
||||
}
|
||||
|
||||
// extension that tells the tracker that
|
||||
|
|
Loading…
Reference in New Issue