Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
a2e1c03e80
  1. 3
      src/mergerfs_api.cpp

3
src/mergerfs_api.cpp

@ -56,7 +56,8 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_,
std::string
get_kv(const fs::path &mountpoint_,
const std::string &key_)
const std::string &key_,
std::string *val_)
{
std::string val;
fs::path cfgfile;

Loading…
Cancel
Save