Skip to content

Commit

Permalink
squash w/ startup/shutdown. Handle TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Nov 9, 2024
1 parent 2efef77 commit e628887
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/main_server/src/agent_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,6 +57,7 @@
#include <charconv>
#include <chrono>
#include <csignal>
#include <cstring>
#include <fstream>
#include <string>
#include <string_view>
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit e628887

Please sign in to comment.