mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
Fix infinite loop in mfs action policy
This commit is contained in:
parent
7d1683b607
commit
8def16a811
@ -74,7 +74,7 @@ Policy::MFS::Action::operator()(const Branches::CPtr &branches_,
|
||||
const char *fusepath_,
|
||||
StrVec *paths_) const
|
||||
{
|
||||
return Policies::Action::mfs(branches_,fusepath_,paths_);
|
||||
return Policies::Action::epmfs(branches_,fusepath_,paths_);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user