Changeset 8672 for trunk/libtransmission/tracker.c
- Timestamp:
- Jun 11, 2009, 9:42:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tracker.c
r8583 r8672 980 980 if( tor->dhtAnnounceAt <= now ) { 981 981 int rc = 1; 982 if( t r_torrentAllowsDHT(tor) )982 if( tor->isRunning && tr_torrentAllowsDHT(tor) ) 983 983 rc = tr_dhtAnnounce(tor, 1); 984 984 if(rc == 0)
Note: See TracChangeset
for help on using the changeset viewer.