fixed silly typo

This commit is contained in:
Arvid Norberg 2011-10-26 01:00:53 +00:00
parent 1c8a7b6343
commit 602e0089f9
1 changed files with 1 additions and 1 deletions

View File

@ -4589,7 +4589,7 @@ namespace libtorrent
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();