mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
don't know how this happened...
This commit is contained in:
parent
c521f412ad
commit
fa59a58a82
1 changed files with 0 additions and 5 deletions
|
@ -511,11 +511,6 @@ tr_stat_t * tr_torrentStat( tr_torrent_t * tor )
|
|||
(s->peersIncoming)++;
|
||||
}
|
||||
|
||||
if( tr_peerIsUploading( peer ) )
|
||||
{
|
||||
(s->peersUploading)++;
|
||||
}
|
||||
|
||||
if( tr_peerIsUploading( peer ) )
|
||||
{
|
||||
(s->peersUploading)++;
|
||||
|
|
Loading…
Reference in a new issue