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 Sep 15, 2023
1 parent ebc4fd6 commit 960640c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/RADSEC_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ namespace OpenWifi {
P.MakeStatusMessage();

poco_information(Logger_, "Keep-Alive message.");
std::cout << Server_.radsecSecret << std::endl;
RADIUS::RadiusPacket PP(P.Data(),P.Len());
PP.Log(std::cout);
// Socket_->sendBytes(P.Data(), P.Len());
// std::cout << Server_.radsecSecret << std::endl;
// RADIUS::RadiusPacket PP(P.Data(),P.Len());
// PP.Log(std::cout);
Socket_->sendBytes(P.Data(), P.Len());
LastStatus = Utils::Now();
}
Poco::Thread::trySleep(!Connected_ ? 30000 : 2000);
Expand Down

0 comments on commit 960640c

Please sign in to comment.