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,