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

set dist_listen to false for command that grabs the hostname #841

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

tsloughter
Copy link
Member

Without dist_listen set to false this command will try to bind to
a listen port which will fail if epmd isn't being started. There
is no need to set a port for it to listen on since it is only
there to get the hostname.

Without dist_listen set to false this command will try to bind to
a listen port which will fail if epmd isn't being started. There
is no need to set a port for it to listen on since it is only
there to get the hostname.
@tsloughter
Copy link
Member Author

Not sure if it is worth getting rid of this call altogether if running on 23.1+, but maybe? I noted the fact we probably can in this issue #811

@tsloughter tsloughter merged commit cf76122 into erlware:master Nov 30, 2020
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

Successfully merging this pull request may close these issues.

2 participants