diff options
author | Raimo Niskanen <[email protected]> | 2017-09-15 11:24:28 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-09-15 11:54:00 +0200 |
commit | 275da9e0e7f876ec7c9b9fe3405f1ca40fdbbd17 (patch) | |
tree | 41e7bcf0b57ee5d56f97c3ca20eed5e792442e63 /lib/ssl/src/inet_tls_dist.erl | |
parent | cb3a074c2c191b5465205706710aa1a8e2d4e0ee (diff) | |
download | otp-275da9e0e7f876ec7c9b9fe3405f1ca40fdbbd17.tar.gz otp-275da9e0e7f876ec7c9b9fe3405f1ca40fdbbd17.tar.bz2 otp-275da9e0e7f876ec7c9b9fe3405f1ca40fdbbd17.zip |
Remove ssl_tls_dist_proxy
Diffstat (limited to 'lib/ssl/src/inet_tls_dist.erl')
-rw-r--r-- | lib/ssl/src/inet_tls_dist.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/inet_tls_dist.erl b/lib/ssl/src/inet_tls_dist.erl index 65dab189a3..ef2a608b3c 100644 --- a/lib/ssl/src/inet_tls_dist.erl +++ b/lib/ssl/src/inet_tls_dist.erl @@ -160,7 +160,7 @@ wait_for_code_server() -> %% unloaded, and the function call that triggered loading it fails %% with 'undef', which is rather confusing. %% - %% Thus, the ssl_tls_dist_proxy process will terminate, and be + %% Thus, the ssl_tls_dist_ctrl process will terminate, and be %% restarted by ssl_dist_sup. However, it won't have any memory %% of being asked by net_kernel to listen for incoming %% connections. Hence, the node will believe that it's open for |