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 <stephane.bourque@gmail.com>
  • Loading branch information
stephb9959 committed Sep 12, 2023
1 parent 1d14018 commit 043c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenRoamin_GlobalReach.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ namespace OpenWifi {
auto KeyHash = Utils::ComputeHash(PrivateKey);
auto KeyHint = PrivateKeys_.find(GlobalReachAccountId);
DBGLINE
if (KeyHint != PrivateKeys_.end() && KeyHint->first == KeyHash) {
if (KeyHint != PrivateKeys_.end() && KeyHint->second.first == KeyHash) {
DBGLINE
Key = KeyHint->second.second;
} else {
Expand Down

0 comments on commit 043c167

Please sign in to comment.