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 5, 2023
1 parent c573601 commit 3b2d941
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RadiusEndpointUpdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ namespace OpenWifi {
*/ }
}

Poco::JSON::Object oo;
Pools.to_json(oo);
oo.stringify(std::cout,2,2);

GWObjects::RadiusProxyPoolList NewPools;
Poco::JSON::Object ErrorObj;
if(SDK::GW::RADIUS::SetConfiguration(Client, Pools, NewPools, ErrorObj)) {
Expand Down

0 comments on commit 3b2d941

Please sign in to comment.