Skip to content

Commit

Permalink
Update origin_server_auth.cc (#11915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmine-nahrain authored Dec 16, 2024
1 parent bbc6c12 commit 4f1a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/origin_server_auth/origin_server_auth.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ config_reloader(TSCont cont, TSEvent /* event ATS_UNUSED */, void *edata)
S3Config *s3 = static_cast<S3Config *>(TSContDataGet(cont));
s3->check_current_action(edata);
S3Config *file_config = gConfCache.get(s3->conf_fname());
std::string config_fname = makeConfigPath(file_config->conf_fname());
std::string config_fname = makeConfigPath(s3->conf_fname());

if (!file_config || !file_config->valid()) {
TSError("[%s] invalid configuration in file: %s. Check mandatory fields. Scheduling reload", PLUGIN_NAME, config_fname.c_str());
Expand Down

0 comments on commit 4f1a8bd

Please sign in to comment.