Fix the fix...arg

This commit is contained in:
stephb9959
2021-11-13 08:18:13 -08:00
parent 1a0b549731
commit 3cf23af068
3 changed files with 26 additions and 0 deletions

View File

@@ -349,6 +349,8 @@ namespace OpenWifi {
std::lock_guard G(Mutex_);
auto It = UserCache_.find(Token);
std::cout << "Checking token: " << Token << std::endl;
if(It==UserCache_.end())
return false;
WebToken = It->second.webtoken;