From b958ed5bc602e23820976a7cd56ffdec5d0a69b0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:20:28 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 1 + 1 file changed, 1 insertion(+) 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;