Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 11, 2023
1 parent c48665d commit 687cbcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/RADIUS_proxy_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ namespace OpenWifi {
std::lock_guard G(Mutex_);
for (const auto &pool : PoolList_.pools) {
if(pool.enabled) {
for (const auto &entry : pool.authConfig.servers) {
DBGLINE RADIUS_Destinations_[Poco::Net::SocketAddress(entry.ip, 0)] =
DBGLINE RADIUS_Destinations_[Poco::Net::SocketAddress(pool.poolProxyIp, 0)] =
std::make_unique<RADIUS_Destination>(RadiusReactor_, pool);
DBGLINE
}
} else {
poco_information(Logger(),fmt::format("Pool {} is not enabled.", pool.name));
}
Expand Down

0 comments on commit 687cbcd

Please sign in to comment.