Skip to content

Commit

Permalink
add missing line for getClients; to be squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-NY committed Jan 28, 2023
1 parent 2aa1f1b commit 6c212ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ void CServer::GetConCliParam ( CVector<CHostAddress>& vecHostAddresses,
vecsName[i] = vecChannels[i].GetName();
veciJitBufNumFrames[i] = vecChannels[i].GetSockBufNumFrames();
veciNetwFrameSizeFact[i] = vecChannels[i].GetNetwFrameSizeFact();
vecChanInfo[i] = vecChannels[i].GetChanInfo();
}
}
}
Expand Down

0 comments on commit 6c212ac

Please sign in to comment.