stephb9959
2023-05-30 08:39:10 -07:00
parent 43ee46ea8a
commit c0eda00485

View File

@@ -69,7 +69,6 @@ namespace OpenWifi {
return;
}
if(client.second->Mutex_.try_lock()) {
std::lock_guard Guard(client.second->Mutex_);
if (client.second->Connected_) {
client.second->Update();
}