mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk libT) r8563 weak.
This commit is contained in:
parent
62109971c5
commit
d4aaa3d320
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ readPeerId( tr_handshake * handshake,
|
|||
/* if we've somehow connected to ourselves, don't keep the connection */
|
||||
tor = tr_torrentFindFromHash( handshake->session, tr_peerIoGetTorrentHash( handshake->io ) );
|
||||
tor_peer_id = tor && tor->peer_id ? tor->peer_id : tr_getPeerId( );
|
||||
peerIsGood = memcmp( peer_id, tor->peer_id, PEER_ID_LEN ) != 0;
|
||||
peerIsGood = memcmp( peer_id, tor_peer_id, PEER_ID_LEN ) != 0;
|
||||
dbgmsg( handshake, "isPeerGood == %d", peerIsGood );
|
||||
return tr_handshakeDone( handshake, peerIsGood );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue