Browse Source

mergerfs_api.cpp

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

3
src/mergerfs_api.cpp

@ -54,12 +54,11 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_,
return 0; return 0;
} }
std::string
int
get_kv(const fs::path &mountpoint_, get_kv(const fs::path &mountpoint_,
const std::string &key_, const std::string &key_,
std::string *val_) std::string *val_)
{ {
std::string val;
fs::path cfgfile; fs::path cfgfile;
cfgfile = ::_mergerfs_config_file(mountpoint_); cfgfile = ::_mergerfs_config_file(mountpoint_);

Loading…
Cancel
Save