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 17, 2023
1 parent 53010fc commit 24eb407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/RADIUS_Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,12 @@ namespace OpenWifi {
P.PacketType(), NumberOfReceivedBytes));
AP_WS_Server()->SendRadiusAuthenticationData(SerialNumber, Buffer,
NumberOfReceivedBytes);
// P.Log(std::cout);
} else {
poco_trace(Logger_, "AUTH packet dropped.");
}
} else if (P.IsAccounting()) {
DBGLINE
auto SerialNumber = P.ExtractSerialNumberFromProxyState();
if (!SerialNumber.empty()) {
// P.Log(std::cout);
poco_trace(Logger_,
fmt::format("{}: {} Received {} bytes.", SerialNumber,
P.PacketType(), NumberOfReceivedBytes));
Expand Down

0 comments on commit 24eb407

Please sign in to comment.