Skip to content

Commit

Permalink
Update src/S3FileSystem.cc
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bbockelm and github-actions[bot] authored May 23, 2024
1 parent c1673af commit cf2d9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/S3FileSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ int S3FileSystem::Stat(const char *path, struct stat *buff, int opts,

trimslashes(object);
AmazonS3List listCommand(*ai, object, m_log);
auto res = listCommand.SendRequest("");
auto res = listCommand.SendRequest("");
if (!res) {
if (m_log.getMsgMask() & XrdHTTPServer::Info) {
std::stringstream ss;
Expand Down

0 comments on commit cf2d9ff

Please sign in to comment.