Browse Source

fs_xattr.cpp

webui
Antonio SJ Musumeci 7 days ago
parent
commit
3df10e177b
  1. 2
      src/fs_xattr.cpp

2
src/fs_xattr.cpp

@ -162,7 +162,7 @@ fs::xattr::get(const int fd_,
val_->resize(val_->size() * 1.2);
}
return rv;
return 0;
}
int

Loading…
Cancel
Save