diff --git a/srtcore/core.cpp b/srtcore/core.cpp index 49da9a79a..c6c6fd876 100644 --- a/srtcore/core.cpp +++ b/srtcore/core.cpp @@ -11184,9 +11184,9 @@ void CUDT::updateBrokenConnection() void CUDT::completeBrokenConnectionDependencies(int errorcode) { int token = -1; - bool pending_broken = false; #if ENABLE_EXPERIMENTAL_BONDING + bool pending_broken = false; { ScopedLock guard_group_existence (s_UDTUnited.m_GlobControlLock); if (m_parent->m_IncludedGroup)