From 64a1680e2c7565e39caa1649f008d7ccf1d076ad Mon Sep 17 00:00:00 2001 From: yosoyubik Date: Sat, 22 Apr 2023 13:47:15 +0200 Subject: [PATCH] ames: don't crash if waking up on a strange wire This was a regression introduced in 8e54f7fcc3cf9fc78b47865d195c044fc6822cea the previous behavior was not to crash so we restore it here --- pkg/arvo/sys/vane/ames.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/sys/vane/ames.hoon b/pkg/arvo/sys/vane/ames.hoon index f3300278b..e8e3c6132 100644 --- a/pkg/arvo/sys/vane/ames.hoon +++ b/pkg/arvo/sys/vane/ames.hoon @@ -1894,7 +1894,7 @@ :: ?. ?=([%recork ~] wire) =/ res=(unit ?([%fine her=ship =^wire] [%pump her=ship =bone])) - ?+ wire ~| %ames-wire-timer^wire !! + ?+ wire ~ [%pump ship=@ bone=@ ~] (parse-pump-wire &2.wire &3.wire) [%fine %behn %wake @ *] (parse-fine-wire &4.wire t.t.t.t.wire) ==