mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
policy_cache.hpp
This commit is contained in:
parent
7485b8fc9e
commit
e7ebb77574
|
@ -54,7 +54,7 @@ public:
|
|||
_cache.visit(key_,
|
||||
[&](Map::value_type &v_)
|
||||
{
|
||||
rv = v_;
|
||||
rv = v_.second;
|
||||
});
|
||||
|
||||
return rv;
|
||||
|
|
Loading…
Reference in New Issue
Block a user