From 68827af75be94c50e52bede4b3e14de16d9a53d8 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 31 Aug 2023 09:33:11 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12868 Signed-off-by: stephb9959 --- src/RADIUS_proxy_server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RADIUS_proxy_server.cpp b/src/RADIUS_proxy_server.cpp index fcc92163..669ea2b1 100644 --- a/src/RADIUS_proxy_server.cpp +++ b/src/RADIUS_proxy_server.cpp @@ -583,6 +583,7 @@ namespace OpenWifi { if (RPC.from_json(RawConfig)) { ResetConfig(); PoolList_ = RPC; + std::cout << Pools_.size() << " " << RPC.pools.size() << std::endl; for (const auto &pool : RPC.pools) { RadiusPool NewPool; ParseServerList(pool.authConfig, NewPool.AuthV4, NewPool.AuthV6,