My 11th 2023 update

This commit is contained in:
Ned Wright
2023-05-11 18:54:44 +00:00
parent 240f58217a
commit 29bd82d125
92 changed files with 9301 additions and 135 deletions

View File

@@ -348,6 +348,10 @@ ReputationFeaturesAgg::Impl::reportReputationFeatures()
I_MainLoop *i_mainLoop = Singleton::Consume<I_MainLoop>::by<ReputationFeaturesAgg>();
string tenantId = agentDetails->getTenantId();
if (tenantId.empty())
{
tenantId = "Elpis";
}
string agentId = agentDetails->getAgentId();
if (Singleton::exists<I_InstanceAwareness>())
{