From f34e472bdda915c5fc93af6c0c6012331e9e3cb8 Mon Sep 17 00:00:00 2001 From: yosoyubik Date: Tue, 28 Mar 2023 12:35:23 +0200 Subject: [PATCH] ames: fix faulty +abed, one more time --- pkg/arvo/sys/vane/ames.hoon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/arvo/sys/vane/ames.hoon b/pkg/arvo/sys/vane/ames.hoon index e5bb55c05..5189b7100 100644 --- a/pkg/arvo/sys/vane/ames.hoon +++ b/pkg/arvo/sys/vane/ames.hoon @@ -2793,8 +2793,8 @@ :: ++ pump . ++ abed - |= =^bone - pump(state (~(gut by snd.peer-state) bone *message-pump-state)) + |= b=^bone + pump(bone b, state (~(gut by snd.peer-state) b *message-pump-state)) ++ abet :: if the bone was corked, it's been removed from the state, :: so we avoid adding it again. @@ -3407,8 +3407,8 @@ :: ++ sink . ++ abed - |= =^bone - sink(state (~(gut by rcv.peer-state) bone *message-sink-state)) + |= b=^bone + sink(bone b, state (~(gut by rcv.peer-state) b *message-sink-state)) ++ abet :: if the bone was corked, it's been removed from the state, :: so we avoid adding it again.