diff --git a/src/policy_eplus.cpp b/src/policy_eplus.cpp index 57060c74..5f57f351 100644 --- a/src/policy_eplus.cpp +++ b/src/policy_eplus.cpp @@ -126,7 +126,7 @@ _search(const Branches::Ptr &branches_, Branch *obranch; obranch = nullptr; - eplus = 0; + eplus = std::numeric_limits::max(); for(auto &branch : *branches_) { if(!fs::exists(branch.path,fusepath_))