mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 11:17:51 +00:00
Refactoring namespace for OpenWifi.
This commit is contained in:
@@ -336,7 +336,7 @@ namespace OpenWifi {
|
|||||||
std::lock_guard G(Mutex_);
|
std::lock_guard G(Mutex_);
|
||||||
auto It = UserCache_.find(Token);
|
auto It = UserCache_.find(Token);
|
||||||
|
|
||||||
std::cout << "Validating token" << std::endl;
|
std::cout << "Validating token: " << Token << std::endl;
|
||||||
|
|
||||||
if(It==UserCache_.end())
|
if(It==UserCache_.end())
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user