Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13280
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 17, 2024
1 parent 6513980 commit cef012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RADIUS_Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ namespace OpenWifi {
if (TryAgain_ && !Connected_) {

std::lock_guard G(LocalMutex_);
std::cout << "Connect_Generic" << std::endl;
std::cout << "Connect_Generic:" << Pool_.name << std::endl;

Poco::Net::SocketAddress AuthSockAddrV4(
Poco::Net::AddressFamily::IPv4,
Expand Down

0 comments on commit cef012c

Please sign in to comment.