Changeset 14089 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Jun 9, 2013, 6:56:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r14088 r14089 869 869 countActiveWebseeds (tr_swarm * s) 870 870 { 871 int activeCount ;871 int activeCount = 0; 872 872 873 873 if (s->tor->isRunning && !tr_torrentIsSeed (s->tor)) … … 880 880 if (tr_peerIsTransferringPieces (tr_ptrArrayNth(&s->webseeds,i), now, TR_DOWN, NULL)) 881 881 ++activeCount; 882 }883 else884 {885 activeCount = 0;886 882 } 887 883
Note: See TracChangeset
for help on using the changeset viewer.