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

ERL-1375: inet_tls_dist is misssing address/0 API #4357

Closed
OTP-Maintainer opened this issue Oct 8, 2020 · 2 comments
Closed

ERL-1375: inet_tls_dist is misssing address/0 API #4357

OTP-Maintainer opened this issue Oct 8, 2020 · 2 comments
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS
Milestone

Comments

@OTP-Maintainer
Copy link

Original reporter: JIRAUSER16602
Affected version: OTP-23.1.1
Fixed in version: OTP-23.2
Component: kernel
Migrated from: https://bugs.erlang.org/browse/ERL-1375


See

[https://github.com/erlang/otp/blob/master/lib/kernel/src/net_kernel.erl#L1740]

When using inet_tls or inet6_tls as protocol, it calls inet_tls_dist:address/0, but the function does not exist.

It is required for -dist_listen false option
@OTP-Maintainer
Copy link
Author

ingela said:

This is new requirement on the distribution that we obviously missed to add to the TLS dist. We will fix it.

@OTP-Maintainer
Copy link
Author

raimo said:

Fixed on our _maint_ branch in commit bdbed30571 to be released in the next maintenance release on the OTP 23 track.

@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:PS Assigned to OTP team PS priority:medium labels Feb 10, 2021
@OTP-Maintainer OTP-Maintainer added this to the OTP-23.2 milestone Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug priority:medium team:PS Assigned to OTP team PS
Projects
None yet
Development

No branches or pull requests

1 participant