From 0c38557bbee3f5cb288e8e1df9a77f2fbf1765d1 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 13 Jun 2016 21:41:21 +0200 Subject: dtls: Remove TODO --- lib/ssl/src/dtls_connection.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3