Opened 13 years ago
Closed 13 years ago
#2464 closed Bug (fixed)
Mac Client shows incorrect announce/scrape results for backup trackers
Reported by: | jhujhiti | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 1.75+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
The new tracker inspector shows incorrect timestamps and peer counts on backup trackers. In the attached image, agni was never contacted (and is in fact not running a tracker at all), but the inspector shows the same information in its table cell as for the tracker that was successfully contacted.
I'm filing this against libT because the Mac code blindly uses the return value from tr_torrentTrackers() as it should. This must mean something is going wrong inside libT.
Attachments (1)
Change History (2)
Changed 13 years ago by jhujhiti
comment:1 Changed 13 years ago by charles
- Milestone None Set deleted
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
By design, we don't retain this information for inactive trackers.
I've modified tr_announcerStats() to zero out these fields if a tracker's "isActive" field is false.
fixed in trunk by r9226 for 1.80