mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
#4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip
This commit is contained in:
parent
0560b14cfe
commit
3a3cef615c
1 changed files with 0 additions and 3 deletions
|
@ -517,9 +517,6 @@ onTrackerResponse( tr_torrent * tor, const tr_tracker_event * event, void * unus
|
|||
for( i = 0; i < event->pexCount; ++i )
|
||||
tr_peerMgrAddPex( tor, TR_PEER_FROM_TRACKER, &event->pex[i], seedProbability );
|
||||
|
||||
if( allAreSeeds && tr_torrentIsPrivate( tor ) )
|
||||
tr_peerMgrMarkAllAsSeeds( tor );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue