mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 03:37:57 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -199,7 +199,8 @@ namespace OpenWifi {
|
||||
auto Device = ConnectingDevices_.find(Notification->TID_);
|
||||
if(Device!=end(ConnectingDevices_)) {
|
||||
It->second->SetDevice(Device->second.first);
|
||||
std::cout << "Setting WS 1" << std::endl;
|
||||
std::cout << "Setting WS 1" << " Null: " << (It->second->GetClient()==
|
||||
nullptr) << std::endl;
|
||||
Device->second.first->SetWsClient(It->second->GetClient());
|
||||
ConnectingDevices_.erase(Notification->TID_);
|
||||
if (!It->second->Joined() && It->second->ValidClient()) {
|
||||
|
||||
Reference in New Issue
Block a user