Skip to content

Commit

Permalink
Fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Dec 11, 2024
1 parent 46508f3 commit b70c849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fdb5/daos/DaosCatalogue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ std::vector<Index> DaosCatalogue::indexes(bool) const {

std::string DaosCatalogue::type() const {

// return DaosCatalogue::catalogueTypeName();

return fdb5::DaosEngine::typeName();
}

void DaosCatalogue::remove(const fdb5::DaosNameBase& n, std::ostream& logAlways, std::ostream& logVerbose, bool doit) {
Expand Down

0 comments on commit b70c849

Please sign in to comment.