Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--driver-port option is wrong #93

Open
Lemmmy opened this issue Jun 3, 2018 · 0 comments
Open

--driver-port option is wrong #93

Lemmmy opened this issue Jun 3, 2018 · 0 comments

Comments

@Lemmmy
Copy link

Lemmmy commented Jun 3, 2018

reqlite/bin/reqlite

Lines 10 to 14 in cae3a76

case "driver-port":
options['driver-port'] = parseInt(argv[key], 10)+28015;
break;
case "port-offset":
options['driver-port'] = parseInt(argv[key], 10)+28015;

Here, --driver-port is implemented the same way as --port-offset, this seems to be unintentional. The effect of this is that passing --driver-port 28016 gives you the port 56031.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant