#2146 closed Bug (fixed)
Incorrect maintenance of dhtAnnounceInProgress
Reported by: | jch | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Transmission | Version: | 1.61+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
tor->dhtAnnounceInProgress will stay stuck if the announce fails for any reason. This doesn't matter much right now, but if any of the GUIs ends up exposing this in the interface, it could turn out to be confusing.
Please apply the attached patch.
--Juliusz
Attachments (1)
Change History (3)
Changed 13 years ago by jch
comment:1 Changed 13 years ago by charles
- Milestone None Set deleted
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by livings124
- Version changed from 1.61 to 1.61+
Note: See
TracTickets for help on using
tickets.
Thanks jch