Browse Source

fuse_readdir_seq_getdents.icpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
b958ed5bc6
  1. 1
      src/fuse_readdir_seq_getdents.icpp

1
src/fuse_readdir_seq_getdents.icpp

@ -36,6 +36,7 @@ _readdir(const Branches::Ptr &branches_,
for(const auto &branch : *branches_) for(const auto &branch : *branches_)
{ {
const auto &branch = *(branches_)[i]; const auto &branch = *(branches_)[i];
const auto fd = fds_[i];
int fd; int fd;

Loading…
Cancel
Save