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 11, 2023
1 parent cb64f8a commit c873681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RADIUS_Destination.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ namespace OpenWifi {
}

inline bool Connect_GlobalReach() {
DBGLINE
if (TryAgain_) {
std::lock_guard G(LocalMutex_);

Expand Down Expand Up @@ -399,6 +400,7 @@ namespace OpenWifi {
}

inline bool Connect_Orion() {
DBGLINE
if (TryAgain_) {
std::lock_guard G(LocalMutex_);

Expand Down Expand Up @@ -489,6 +491,7 @@ namespace OpenWifi {
}

inline bool Connect_Generic() {
DBGLINE
if (TryAgain_) {
std::lock_guard G(LocalMutex_);

Expand Down Expand Up @@ -561,6 +564,7 @@ namespace OpenWifi {
}

inline bool Connect_Radsec() {
DBGLINE
if (TryAgain_) {
std::lock_guard G(LocalMutex_);
}
Expand Down

0 comments on commit c873681

Please sign in to comment.