Browse Source

one more span change to end before a sleep

Grant Limberg 3 weeks ago
parent
commit
01bd4373b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controller/EmbeddedNetworkController.cpp

+ 1 - 0
controller/EmbeddedNetworkController.cpp

@@ -2388,6 +2388,7 @@ void EmbeddedNetworkController::_ssoExpiryThread()
 			Metrics::sso_member_deauth++;
 			onNetworkMemberDeauthorize(nullptr, e->networkId, e->nodeId);
 		}
+		span->End();
 		std::this_thread::sleep_for(std::chrono::milliseconds(500));
 	}
 }