whitespace
This commit is contained in:
parent
e5f68dafc9
commit
c2eaa26ce6
|
@ -7699,7 +7699,7 @@ namespace libtorrent
|
||||||
p->disconnect(errors::torrent_not_ready, op_bittorrent);
|
p->disconnect(errors::torrent_not_ready, op_bittorrent);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_ses.has_connection(p))
|
if (!m_ses.has_connection(p))
|
||||||
{
|
{
|
||||||
p->disconnect(errors::peer_not_constructed, op_bittorrent);
|
p->disconnect(errors::peer_not_constructed, op_bittorrent);
|
||||||
|
@ -7749,7 +7749,7 @@ namespace libtorrent
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
(*i)->disconnect(errors::too_many_connections, op_bittorrent);
|
(*i)->disconnect(errors::too_many_connections, op_bittorrent);
|
||||||
|
|
||||||
// if this peer was let in via connections slack,
|
// if this peer was let in via connections slack,
|
||||||
// it has done its duty of causing the disconnection
|
// it has done its duty of causing the disconnection
|
||||||
// of another peer
|
// of another peer
|
||||||
|
|
Loading…
Reference in New Issue