Merge pull request #955 from trapexit/mfs

Fix infinite loop in mfs action policy
This commit is contained in:
trapexit 2021-08-29 13:07:40 -04:00 committed by GitHub
commit 1255d3d1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ Policy::MFS::Action::operator()(const Branches::CPtr &branches_,
const char *fusepath_, const char *fusepath_,
StrVec *paths_) const StrVec *paths_) const
{ {
return Policies::Action::mfs(branches_,fusepath_,paths_); return Policies::Action::epmfs(branches_,fusepath_,paths_);
} }
int int