mirror of
https://github.com/transmission/transmission
synced 2025-03-06 19:48:15 +00:00
patch from SWE to display the correct # of peers connected
This commit is contained in:
parent
a88af6a758
commit
efd3910b09
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ ipc_addstat( benc_val_t * list, int tor,
|
|||
st->peersFrom[TR_PEER_FROM_PEX] );
|
||||
break;
|
||||
case IPC_ST_PEERTOTAL:
|
||||
tr_bencInitInt( item, st->peersKnown );
|
||||
tr_bencInitInt( item, st->peersConnected );
|
||||
break;
|
||||
case IPC_ST_PEERUP:
|
||||
tr_bencInitInt( item, st->peersGettingFromUs );
|
||||
|
|
Loading…
Add table
Reference in a new issue