Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
c359cd345a
  1. 4
      src/policy_cache.hpp

4
src/policy_cache.hpp

@ -78,7 +78,9 @@ public:
insert(char const *key_,
std::string const &val_)
{
return insert(key_,
strlen(key_),
val_);
}
const

Loading…
Cancel
Save