This commit is contained in:
Ajinkya Kulkarni 2024-12-04 21:43:33 +01:00
parent bc3577ec17
commit dd158dbe7f

View file

@ -77,7 +77,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
{
&store[&fmspc]
}
else {""}
else {""};
if *store_entry != tcbinfo {
println!("updating local TCBInfo for FMSPC: {fmspc}");
store.insert(fmspc.clone(), tcbinfo.clone());