From 093abf41aa643a7a36151ab40db063490c814190 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:23:34 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index 1cd6c4bd..5c311e83 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -34,7 +34,7 @@ _readdir(const Branches::Ptr &branches_, for(size_t i = 0; i < branches_->size(); i++) { const auto fd = fds_[i]; - const auto &branch = *(branches_)[i]; + const auto &branch = (*branches_)[i]; if(fd < 0) continue;