mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
Fix infinite loop in mfs action policy
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user