Changeset 1282
- Timestamp:
- Dec 26, 2006, 8:11:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.c
r1281 r1282 454 454 void tr_manualUpdate( tr_torrent_t * tor ) 455 455 { 456 if( !( tor->status & TR_STATUS_ACTIVE ) ) 457 return; 458 456 459 tr_lockLock( &tor->lock ); 457 460 tr_trackerAnnouncePulse( tor->tracker, 1 );
Note: See TracChangeset
for help on using the changeset viewer.