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;