mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
uncommit this for now until it can work
This commit is contained in:
parent
7274eebefc
commit
80bc8e022b
1 changed files with 2 additions and 2 deletions
|
@ -589,14 +589,14 @@ tr_peer_stat_t * tr_torrentPeers( tr_torrent_t * tor, int * peerCount )
|
|||
peers[i].progress = tr_peerProgress( peer );
|
||||
peers[i].port = tr_peerPort( peer );
|
||||
|
||||
if( ( peers[i].isDownloading = tr_peerIsDownloading( peer ) ) )
|
||||
/*if( ( peers[i].isDownloading = tr_peerIsDownloading( peer ) ) )
|
||||
{
|
||||
peers[i].downloadRate = tr_peerDownloadRate( peer );
|
||||
}
|
||||
if( ( peers[i].isUploading = tr_peerIsUploading( peer ) ) )
|
||||
{
|
||||
peers[i].uploadRate = tr_peerUploadRate( peer );
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue