Skip to content

Commit

Permalink
Moved pending_broken
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Nov 23, 2020
1 parent f82af09 commit dd8799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd8799d

Please sign in to comment.