mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename mutex guard lock
Already one named 'l' in this scope. It will work just fine, but having a different name is better.
This commit is contained in:
parent
26f52eea28
commit
3139948141
@ -714,7 +714,7 @@ void CBrowser::UpdateHostingStatus(void)
|
||||
|
||||
g_TaskScheduler->Dispatch([this]()
|
||||
{
|
||||
std::lock_guard<std::mutex> l(g_pServerListManager->m_Mutex);
|
||||
std::lock_guard<std::mutex> f(g_pServerListManager->m_Mutex);
|
||||
NetGameServer_t netGameServer
|
||||
{
|
||||
g_pServerListManager->m_Server.m_svHostName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user