fixed typo

This commit is contained in:
Arvid Norberg 2010-06-26 17:58:04 +00:00
parent 19c9237ffc
commit 339b0019a4
1 changed files with 1 additions and 1 deletions

View File

@ -1923,7 +1923,7 @@ namespace aux {
for (connection_map::iterator i = m_connections.begin();
i != m_connections.end();)
{
peer_connection* p = *i;
boost::intrusive_ptr<peer_connection> p = *i;
++i;
if (p->m_channel_state[peer_connection::download_channel]
!= peer_info::bw_disk) continue;