Skip to content

Commit

Permalink
build: Small fixes
Browse files Browse the repository at this point in the history
- added GetTlsResourceByFullyQualifiedResourceName() to tray_conf.cc
- removed wrong namespace line in cephfs_device.cc
  • Loading branch information
pstorz authored and franku committed Sep 20, 2018
1 parent 8cbae33 commit 8d7ac5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions core/src/qt-tray-monitor/tray_conf.cc
Expand Up @@ -432,3 +432,13 @@ bool PrintConfigSchemaJson(PoolMem &buffer)
return false;
}
#endif

bool GetTlsResourceByFullyQualifiedResourceName(const char *fq_name_, std::string &psk_return_value)
{
// char *fq_name_buffer = bstrdup(fq_name_);
// UnbashSpaces(fq_name_buffer);
// std::string fq_name(fq_name_buffer);
// free(fq_name_buffer);

return false;
}
1 change: 0 additions & 1 deletion core/src/stored/backends/cephfs_device.cc
Expand Up @@ -421,7 +421,6 @@ extern "C" void SD_IMP_EXP flush_backend(void)
}
#endif

namespace storagedaemon {
} /* namespace storagedaemon */

#endif /* HAVE_CEPHFS */

0 comments on commit 8d7ac5a

Please sign in to comment.