Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 3, 2023
1 parent b7cb91b commit 3029fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/APConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3029fbd

Please sign in to comment.