diff options
author | Ingela Anderton Andin <[email protected]> | 2016-06-13 21:41:21 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-06-13 22:24:21 +0200 |
commit | 0c38557bbee3f5cb288e8e1df9a77f2fbf1765d1 (patch) | |
tree | 8d6e37d1cfa6ae1b97ceb58bd21a58d28e558ad5 | |
parent | 84f8ef36501d041e9a1cab073c3108912276674e (diff) | |
download | otp-0c38557bbee3f5cb288e8e1df9a77f2fbf1765d1.tar.gz otp-0c38557bbee3f5cb288e8e1df9a77f2fbf1765d1.tar.bz2 otp-0c38557bbee3f5cb288e8e1df9a77f2fbf1765d1.zip |
dtls: Remove TODO
-rw-r--r-- | lib/ssl/src/dtls_connection.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl index 0864b2143a..e4486d5b56 100644 --- a/lib/ssl/src/dtls_connection.erl +++ b/lib/ssl/src/dtls_connection.erl @@ -290,8 +290,7 @@ connection(internal, #hello_request{}, #state{host = Host, port = Port, renegotiation = {Renegotiation, _}} = State0) -> Hello = dtls_handshake:client_hello(Host, Port, ConnectionStates0, SslOpts, Cache, CacheCb, Renegotiation, Cert), - %% TODO DTLS version State1 = send_handshake(Hello, State0), - State1 = State0, + State1 = send_handshake(Hello, State0), {Record, State} = next_record( State1#state{session = Session0#session{session_id |