diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index b728b735..8a65b4a2 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -36,6 +36,7 @@ _readdir(const Branches::Ptr &branches_, for(const auto &branch : *branches_) { const auto &branch = *(branches_)[i]; + const auto fd = fds_[i]; int fd;