mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -91,7 +91,7 @@ Env::AppBundle::AppBundle(
|
||||
timeKeeper = tk.get();
|
||||
// Hack so we don't have to call Config::setup
|
||||
HTTPClient::initializeSSLContext(
|
||||
config->SSL_VERIFY_DIR, config->SSL_VERIFY_FILE, config->SSL_VERIFY, debugLog());
|
||||
config->sslVerifyDir, config->sslVerifyFile, config->sslVerify, debugLog());
|
||||
owned = makeApplication(std::move(config), std::move(logs), std::move(tk));
|
||||
app = owned.get();
|
||||
app->getLogs().threshold(thresh);
|
||||
|
||||
Reference in New Issue
Block a user