mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-03 04:07:45 +00:00
Fix the fix...arg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user