diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index 63dece0d..2d678ab4 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -66,7 +66,7 @@ mergerfs::api::get_kv(const fs::path &mountpoint_, xattr_key = "user.mergerfs." + key_; - return fs::xattr::get(cfgfile,key_,val_); + return fs::xattr::get(cfgfile,xattr_key,val_); } int