forked from premiere/premiere-libtorrent
fixed bug in network interface bind code from multi-home support patch
This commit is contained in:
parent
64682072d8
commit
0dd925ef14
|
@ -383,7 +383,7 @@ namespace libtorrent
|
||||||
, m_last_upload(0)
|
, m_last_upload(0)
|
||||||
, m_interface_index(0)
|
, m_interface_index(0)
|
||||||
{
|
{
|
||||||
m_net_interfaces.push_back(net_interface);
|
m_net_interfaces.push_back(tcp::endpoint(net_interface.address(), 0));
|
||||||
|
|
||||||
if (p.file_priorities)
|
if (p.file_priorities)
|
||||||
m_file_priority = *p.file_priorities;
|
m_file_priority = *p.file_priorities;
|
||||||
|
|
Loading…
Reference in New Issue