mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -122,10 +122,11 @@ namespace OpenWifi {
|
||||
}
|
||||
} else if (i == "__radiusEndpoint") {
|
||||
DBGLINE
|
||||
auto EndPointId = Original.get("__radiusEndpoint").toString();
|
||||
auto EndPointId = Original.get(i).toString();
|
||||
DBGLINE
|
||||
ProvObjects::RADIUSEndPoint RE;
|
||||
DBGLINE
|
||||
std::cout << "ID->" << EndPointId << std::endl;
|
||||
if(!StorageService()->RadiusEndpointDB().GetRecord("id",EndPointId,RE)) {
|
||||
DBGLINE
|
||||
InsertRadiusEndPoint(RE, Result);
|
||||
|
||||
Reference in New Issue
Block a user