From 8def16a8110eb20bff835b729358e42001d0a2b4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 29 Aug 2021 12:33:52 -0400 Subject: [PATCH] Fix infinite loop in mfs action policy --- src/policy_mfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy_mfs.cpp b/src/policy_mfs.cpp index 489e0cd9..e59c1c75 100644 --- a/src/policy_mfs.cpp +++ b/src/policy_mfs.cpp @@ -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