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 f795398 commit 10ee43e
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 @@ -713,7 +713,7 @@ int DTLSConnection::Renegotiate()
{
TRACE_EVENT("dtls", "DTLSConnection::Renegotiate");
//Run in event loop thread
AsyncSafe([](auto now){
AsyncSafe([this](auto now){
if (ssl)
{

Expand Down

0 comments on commit 10ee43e

Please sign in to comment.