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:
Kawe Mazidjatari 2023-02-12 11:24:34 +01:00
parent 26f52eea28
commit 3139948141

View File

@ -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,