From 10ee43ed372f6e1c2dddf88c09ef4c0a7888c526 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Murillo Date: Thu, 26 Sep 2024 08:50:02 +0200 Subject: [PATCH] Update src/dtls.cpp --- src/dtls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dtls.cpp b/src/dtls.cpp index d3d7ad241..8e8e92b1f 100644 --- a/src/dtls.cpp +++ b/src/dtls.cpp @@ -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) {