fixed typo
This commit is contained in:
@@ -1923,7 +1923,7 @@ namespace aux {
|
|||||||
for (connection_map::iterator i = m_connections.begin();
|
for (connection_map::iterator i = m_connections.begin();
|
||||||
i != m_connections.end();)
|
i != m_connections.end();)
|
||||||
{
|
{
|
||||||
peer_connection* p = *i;
|
boost::intrusive_ptr<peer_connection> p = *i;
|
||||||
++i;
|
++i;
|
||||||
if (p->m_channel_state[peer_connection::download_channel]
|
if (p->m_channel_state[peer_connection::download_channel]
|
||||||
!= peer_info::bw_disk) continue;
|
!= peer_info::bw_disk) continue;
|
||||||
|
Reference in New Issue
Block a user