diff --git a/src/RadiusEndpointUpdater.h b/src/RadiusEndpointUpdater.h index 14d2033..78c2dae 100644 --- a/src/RadiusEndpointUpdater.h +++ b/src/RadiusEndpointUpdater.h @@ -180,10 +180,11 @@ 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)) {