fixed missing ampersand in tracker request url

This commit is contained in:
Arvid Norberg 2007-09-23 23:02:26 +00:00
parent 6ce8d367a4
commit 6ad17a69a8
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ namespace libtorrent
{ {
m_send_buffer += "ipv6="; m_send_buffer += "ipv6=";
m_send_buffer += req.ipv6; m_send_buffer += req.ipv6;
m_send_buffer += '&';
} }
// extension that tells the tracker that // extension that tells the tracker that