Browse Source
Merge pull request #955 from trapexit/mfs
Fix infinite loop in mfs action policy
pull/957/head
trapexit
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/policy_mfs.cpp
|
@ -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 |
|
|