mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 19:48:03 +00:00
Fixed UpdateDeviceTypes.
This commit is contained in:
@@ -74,8 +74,10 @@ namespace OpenWifi {
|
||||
Poco::Thread::trySleep(DeviceTypes_.empty() ? 2000 : 60000);
|
||||
if(!Running_)
|
||||
break;
|
||||
if(UpdateDeviceTypes())
|
||||
if(UpdateDeviceTypes()) {
|
||||
FirstRun = false;
|
||||
Logger_.information("Updated existing DeviceType list from FMS.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user