Browse Source

fs_xattr.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
fd80e2bfcb
  1. 2
      src/fs_xattr.cpp

2
src/fs_xattr.cpp

@ -78,7 +78,7 @@ fs::xattr::list(const string &path_,
return rv;
if(rv != -ERANGE)
return rv;
if(attrs_->size() > 65536)
if(attrs_->size() > TOOBIG_SIZE)
}
return rv;

Loading…
Cancel
Save