mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
gall: use a fully-formed wire when sending %cork
In response to clog notification from remote ames, we were sending a %cork to clean up the flow. However, the wire we were using had the /sys prefix already stripped off. Here, we put it back in.
This commit is contained in:
parent
a5f08643ff
commit
cd0ea06ad4
@ -834,7 +834,7 @@
|
||||
?- -.ames-response
|
||||
%d (mo-give %unto %raw-fact mark.ames-response noun.ames-response)
|
||||
%x =. mo-core (mo-give %unto %kick ~)
|
||||
(mo-pass wire %a %cork ship)
|
||||
(mo-pass [%sys wire] %a %cork ship)
|
||||
==
|
||||
::
|
||||
[%ames %lost *]
|
||||
|
Loading…
Reference in New Issue
Block a user