uncommit this for now until it can work

This commit is contained in:
Mitchell Livingston 2006-12-18 05:28:10 +00:00
parent 7274eebefc
commit 80bc8e022b
1 changed files with 2 additions and 2 deletions

View File

@ -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 );
}
}*/
}
}