Changeset 13313
- Timestamp:
- May 22, 2012, 8:21:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r13310 r13313 1144 1144 /* if the tracker included scrape fields in its announce response, 1145 1145 then a separate scrape isn't needed */ 1146 if( scrape_fields >= 3)1146 if( ( scrape_fields >= 3 ) || ( !tracker->scrape && ( scrape_fields >= 1 ) ) ) 1147 1147 { 1148 1148 tr_tordbg( tier->tor, "Announce response contained scrape info; "
Note: See TracChangeset
for help on using the changeset viewer.