mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
I suck at logic, bad.
This commit is contained in:
parent
5035d519cc
commit
fea458dcb5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void tr_peerDestroy( tr_peer_t * peer )
|
|||
const char *
|
||||
tr_peerClient( tr_peer_t * peer )
|
||||
{
|
||||
if( PEER_STATUS_HANDSHAKE < peer->status )
|
||||
if( PEER_STATUS_HANDSHAKE >= peer->status )
|
||||
{
|
||||
return "not connected";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue