Changeset 7601 for trunk/libtransmission/torrent.c
- Timestamp:
- Jan 3, 2009, 11:11:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r7591 r7601 739 739 740 740 tc = tor->tracker; 741 ti = tr_trackerGetAddress( tor->tracker );741 ti = tr_trackerGetAddress( tor->tracker, tor ); 742 742 s->announceURL = ti ? ti->announce : NULL; 743 743 s->scrapeURL = ti ? ti->scrape : NULL;
Note: See TracChangeset
for help on using the changeset viewer.