policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci
2024-03-15 07:45:40 -05:00
parent 660a1f35ec
commit ca4dab63cf
+1 -1
View File
@@ -98,7 +98,7 @@ public:
find(std::string const &key_) const
{
uint64_t hash;
Key rv;
Val rv;
rv = NULL;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);