Opened 14 years ago
Closed 14 years ago
#1598 closed Bug (fixed)
peer-port not saved correctly
Reported by: | wereHamster | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | CLI | Version: | 1.41 |
Severity: | Normal | Keywords: | |
Cc: | tom@… |
Description
$ ./transmissioncli --port 51413 somefile.torrent
then stop T and see the settings.json file, it contains "peer-port": 1 . It will do that everytime you specify --port on the commandline. Without --port, the default port is used (51413) and also saved as that in the settings.json.
Change History (2)
comment:1 Changed 14 years ago by charles
- Component changed from libtransmission to CLI
- Milestone None Set deleted
- Status changed from new to assigned
- Version changed from 1.40 to 1.40+
comment:2 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
how do you find these things? :)
fixed in trunk in r7400.
this bug appears to come from r7367