Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13147
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Nov 23, 2023
1 parent 9bd48bf commit 1425411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AP_WS_Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ namespace OpenWifi {
AverageDeviceConnectionTime_ = 0;
last_zombie_run = now;
std::cout << __LINE__ << std::endl;
for(int hashIndex=0;hashIndex<=256;hashIndex++) {
for(int hashIndex=0;hashIndex<256;hashIndex++) {
std::cout << __LINE__ << std::endl;
std::lock_guard Lock(SerialNumbersMutex_[hashIndex]);
std::cout << __LINE__ << std::endl;
Expand Down

0 comments on commit 1425411

Please sign in to comment.