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 c252e6c commit 97bc19b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/RADIUS_Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ namespace OpenWifi {
P.MakeStatusMessage(Pool_.authConfig.servers[ServerIndex_].name);
poco_trace(Logger_, fmt::format("{}: Keep-Alive message.", Pool_.authConfig.servers[ServerIndex_].name));
std::cout << Pool_.name << " : " << __LINE__ << std::endl;
Socket_->sendBytes(P.Data(), P.Len());
if(Type_!=GWObjects::RadiusEndpointType::generic) {
Socket_->sendBytes(P.Data(), P.Len());
}
std::cout << Pool_.name << " : " << __LINE__ << std::endl;
LastKeepAlive = Utils::Now();
}
Expand Down

0 comments on commit 97bc19b

Please sign in to comment.