Opened 13 years ago
Closed 13 years ago
#1352 closed Bug (fixed)
transmission-daemon -g/--config-dir flag is ignored
Reported by: | KyleK | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.40 |
Component: | Daemon | Version: | 1.34 |
Severity: | Normal | Keywords: | |
Cc: |
Description
If you specify a path for transmission-daemons config folder, the daemon completely ignores it because of a wrong check in the main() function.
The attached patch fixes the issue.
Attachments (1)
Change History (4)
Changed 13 years ago by KyleK
comment:1 Changed 13 years ago by charles
- Milestone changed from None Set to 1.40
- Status changed from new to assigned
comment:2 Changed 13 years ago by charles
comment:3 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
patched in r6911; thanks