Opened 12 years ago
Closed 12 years ago
#1569 closed Bug (fixed)
tr_sessionIsSpeedLimitEnabled() returns wrong value
Reported by: | KyleK | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 1.41 |
Severity: | Normal | Keywords: | |
Cc: |
Description
the function sessionIsSpeedLimitEnabled() in session.c returns the opposite of the correct value. Actual speed limits are reported as not limited and vice versa.
The attached patch should fix the issue.
Attachments (1)
Change History (4)
Changed 12 years ago by KyleK
comment:1 Changed 12 years ago by KyleK
- Version changed from 1.40 to 1.40+
comment:2 Changed 12 years ago by charles
- Milestone None Set deleted
- Status changed from new to assigned
comment:3 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
fix committed to 1.4x branch in r7301.
fix committed to trunk in r7302.