diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index 7beb2dbd..e69ea370 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -41,7 +41,7 @@ _lsetxattr(const std::string &input_path_, const std::string &key_, const std::string &val_) { - return fs::lsetxattr(input_path_,key_,val_); + return fs::lsetxattr(input_path_,key_,val_,val_.size(),0); } bool