Skip to content

Commit

Permalink
Update src/dtls.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 authored Sep 26, 2024
1 parent 070b891 commit f795398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ int DTLSConnection::Init()
SSL_do_handshake(ssl);

//Start timeout
timeout = CreateTimerSafe(0ms, [=](auto now){
timeout = CreateTimerSafe(0ms, [this](auto now){
//UltraDebug("-DTLSConnection::Timeout()\n");
//Check if still inited
if (inited)
Expand Down

0 comments on commit f795398

Please sign in to comment.