@ -48,9 +48,12 @@ FUSE::ReadDirSeq::opendir(const fuse_req_ctx_t *ctx_,
}
di->branches = cfg.branches;
fs::path dirpath;
for(auto &branch : *di->branches)
{
int fd;
dirpath = branch.path / fusepath_;
return 0;