Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
90e71e2118
  1. 1
      src/mergerfs_api.cpp

1
src/mergerfs_api.cpp

@ -32,6 +32,7 @@ int
mergerfs::api::get_kvs(const fs::path &mountpoint_, mergerfs::api::get_kvs(const fs::path &mountpoint_,
std::map<std::string,std::string> *kvs_) std::map<std::string,std::string> *kvs_)
{ {
int rv;
fs::path cfgfile; fs::path cfgfile;
cfgfile = ::_mergerfs_config_file(mountpoint_); cfgfile = ::_mergerfs_config_file(mountpoint_);

Loading…
Cancel
Save