Browse Source

Fix eplus search bug

Not that anyone would ever use this but it was noticed in a scan.
fixes
Antonio SJ Musumeci 6 days ago
parent
commit
3226c7a7c3
  1. 2
      src/policy_eplus.cpp

2
src/policy_eplus.cpp

@ -126,7 +126,7 @@ _search(const Branches::Ptr &branches_,
Branch *obranch;
obranch = nullptr;
eplus = 0;
eplus = std::numeric_limits<u64>::max();
for(auto &branch : *branches_)
{
if(!fs::exists(branch.path,fusepath_))

Loading…
Cancel
Save