From 6575e47c7488434032ea2eb63655a4feca9a1d49 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Fri, 6 Oct 2023 09:17:14 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-7831 Signed-off-by: stephb9959 --- src/RadiusEndpointUpdater.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) {