Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12692
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 20, 2023
1 parent 177deb8 commit ba6c657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RADIUS_Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ namespace OpenWifi {
P.PacketType(), NumberOfReceivedBytes));
AP_WS_Server()->SendRadiusAuthenticationData(SerialNumber, Buffer,
NumberOfReceivedBytes);
} /* else if(P.IsStatusMessageReply()) {
} else if(P.IsStatusMessageReply()) {
DBGLINE
poco_debug(Logger_,
fmt::format("{}: Keepalive message received.", SerialNumber));
DBGLINE
} */ else {
} else {
poco_debug(Logger_, "AUTH packet dropped.");
}
} else if (P.IsAccounting()) {
Expand Down

0 comments on commit ba6c657

Please sign in to comment.