From 142541180fe72901d97866e5a8cff6febc2cc920 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 23 Nov 2023 09:41:54 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-13147 Signed-off-by: stephb9959 --- src/AP_WS_Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AP_WS_Server.cpp b/src/AP_WS_Server.cpp index 3663985f..cf63c481 100644 --- a/src/AP_WS_Server.cpp +++ b/src/AP_WS_Server.cpp @@ -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;