fixed silly typo
This commit is contained in:
parent
1c8a7b6343
commit
602e0089f9
|
@ -4589,7 +4589,7 @@ namespace libtorrent
|
||||||
|
|
||||||
void peer_connection::setup_send()
|
void peer_connection::setup_send()
|
||||||
{
|
{
|
||||||
if (m_channel_state[upload_channel] & (peer_info::bw_network || peer_info::bw_limit)) return;
|
if (m_channel_state[upload_channel] & (peer_info::bw_network | peer_info::bw_limit)) return;
|
||||||
|
|
||||||
shared_ptr<torrent> t = m_torrent.lock();
|
shared_ptr<torrent> t = m_torrent.lock();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue