Changeset 10149 for trunk/libtransmission/announcer.c
- Timestamp:
- Feb 9, 2010, 9:51:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r10141 r10149 1419 1419 * it is a partial seed." */ 1420 1420 if( tr_cpGetStatus( &tier->tor->completion ) == TR_PARTIAL_SEED ) 1421 return "paused"; 1421 if( strcmp( tier->announceEvent, "stopped" ) ) 1422 return "paused"; 1422 1423 1423 1424 event = tier->announceEvent;
Note: See TracChangeset
for help on using the changeset viewer.