Changeset 2067
- Timestamp:
- Jun 13, 2007, 5:09:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/libtransmission/peer.c
r2064 r2067 424 424 425 425 /* Disconnect if seeder and torrent is seeding */ 426 if( peer->tor->status == TR_STATUS_SEED && peer->progress >= 1.0 ) 426 if( ( peer->progress >= 1.0 ) 427 && ( peer->tor->status & (TR_STATUS_SEED|TR_STATUS_DONE) ) ) 427 428 { 428 429 return TR_ERROR;
Note: See TracChangeset
for help on using the changeset viewer.