Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12868
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Aug 31, 2023
1 parent ba525df commit 68827af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RADIUS_proxy_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68827af

Please sign in to comment.