From e6288877e0de2a524ccff34ec07a83bbade12d8c Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Sat, 9 Nov 2024 11:46:32 -0500 Subject: [PATCH] squash w/ startup/shutdown. Handle TODO. --- server/main_server/src/agent_main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/main_server/src/agent_main.cpp b/server/main_server/src/agent_main.cpp index ac645fb0ea..30b79444e0 100644 --- a/server/main_server/src/agent_main.cpp +++ b/server/main_server/src/agent_main.cpp @@ -2,6 +2,7 @@ #include "irods/client_api_allowlist.hpp" #include "irods/dns_cache.hpp" #include "irods/hostname_cache.hpp" +#include "irods/icatHighLevelRoutines.hpp" #include "irods/initServer.hpp" #include "irods/irods_at_scope_exit.hpp" #include "irods/irods_buffer_encryption.hpp" // For RE cache salt @@ -56,6 +57,7 @@ #include #include #include +#include #include #include #include @@ -837,14 +839,11 @@ namespace return 1; } - // TODO Do we want to keep this? -#if 0 if (irods::KW_CFG_SERVICE_ROLE_PROVIDER == svc_role) { if (std::strstr(rsComm.myEnv.rodsDebug, "CAT") != nullptr) { chlDebug(rsComm.myEnv.rodsDebug); } } -#endif status = initAgent(RULE_ENGINE_TRY_CACHE, &rsComm);