policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-15 07:45:44 -05:00
parent ca4dab63cf
commit 2e4fe13aae

View File

@ -97,8 +97,8 @@ public:
Val
find(std::string const &key_) const
{
Val rv;
uint64_t hash;
Val rv;
rv = NULL;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);