From 6da640693adcd1b2574db10d00a516bb84226a92 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 27 May 2022 16:41:06 -0500 Subject: [PATCH] ames: fixed scry cache --- pkg/urbit/vere/io/ames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/urbit/vere/io/ames.c b/pkg/urbit/vere/io/ames.c index 31f5819f2..212efe633 100644 --- a/pkg/urbit/vere/io/ames.c +++ b/pkg/urbit/vere/io/ames.c @@ -1584,7 +1584,7 @@ _fine_hear_request(u3_pact* req_u, c3_w cur_w) // look up request in scry cache // - u3_noun key = u3nc(u3k(pat), u3i_word(res_u->pur_u.ken_u.fra_w)); + u3_noun key = u3nc(u3k(u3t(pat)), u3i_word(res_u->pur_u.ken_u.fra_w)); u3_weak cac = u3h_git(res_u->sam_u->fin_s.sac_p, key); if ( u3_none == cac ) { // cache miss, scry into arvo for a page of packets