Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
fe139dbc47
  1. 2
      src/mergerfs_api.cpp

2
src/mergerfs_api.cpp

@ -91,7 +91,7 @@ int
mergerfs::api::basepath(const std::string &input_path_, mergerfs::api::basepath(const std::string &input_path_,
std::string *basepath_) std::string *basepath_)
{ {
return ::_lgetxattr(input_path_,"basepath",basepath_);
return fs::xattr::get(input_path_,"user.mergerfs.basepath",basepath_);
} }
int int

Loading…
Cancel
Save