Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
86f33bd393
  1. 1
      src/mergerfs_api.cpp

1
src/mergerfs_api.cpp

@ -31,7 +31,6 @@ _lgetxattr(const std::string &input_path_,
key = "user.mergerfs." + key_;
return fs::xattr::get(input_path_,key,&val_);
}

Loading…
Cancel
Save