Changeset 3226 for trunk/libtransmission/tracker.c
- Timestamp:
- Sep 28, 2007, 4:14:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tracker.c
r3201 r3226 621 621 t->scrapeIntervalMsec = tmp->val.i * 1000; 622 622 623 assert( tr_ptrArrayFindSorted(t->scraping,tor,torrentCompare) ); /* FIXME This is the line that crashes for John_Clay */624 623 tr_ptrArrayRemoveSorted( t->scraping, tor, torrentCompare ); 625 624 626 assert( !tor->scrapeTimer );625 tr_timerFree( &tor->scrapeTimer ); 627 626 tor->scrapeTimer = tr_timerNew( t->handle, onTorrentScrapeNow, tor, t->scrapeIntervalMsec ); 628 627 tr_dbg( "Torrent '%s' scrape successful."
Note: See TracChangeset
for help on using the changeset viewer.