diff --git a/FsCrypt.cpp b/FsCrypt.cpp index b60747a..3d86ab8 100644 --- a/FsCrypt.cpp +++ b/FsCrypt.cpp @@ -680,7 +680,6 @@ static bool evict_ce_key(userid_t user_id) { drop_caches_if_needed(); } s_ce_policies.erase(user_id); - s_new_ce_keys.erase(user_id); return success; }