mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
policy_cache.hpp
This commit is contained in:
parent
106ab922a0
commit
c359cd345a
|
@ -78,7 +78,9 @@ public:
|
|||
insert(char const *key_,
|
||||
std::string const &val_)
|
||||
{
|
||||
|
||||
return insert(key_,
|
||||
strlen(key_),
|
||||
val_);
|
||||
}
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue
Block a user