From f5a43730bce5190c43b7c383b960d53d4760938f Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Mon, 18 Jun 2018 22:15:52 -0400 Subject: [PATCH] correctly specify forwarding-on-behalf-of ship --- app/dns.hoon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/dns.hoon b/app/dns.hoon index 617139d37..42ad890f0 100644 --- a/app/dns.hoon +++ b/app/dns.hoon @@ -232,7 +232,7 @@ :: always forward, there may be multiple authorities :: =^ zom=(list move) ..this - abet:(~(forward tell him ~) tar) + abet:(~(forward tell him ~) for tar) =^ zam=(list move) ..this ?~ nem [~ this] abet:(~(create bind u.nem) for him tar) @@ -426,7 +426,7 @@ :: +forward: sending binding request up the network :: ++ forward - |= tar=target + |= [for=ship tar=target] ~& [%forward tar] ^+ this ?: ?=(%~zod our.bow) :: ~zod don't forward @@ -438,8 +438,8 @@ * (sein:title our.bow) == =/ wir=wire - /forward/bind/(scot %p him)/for/(scot %p src.bow) + /forward/bind/(scot %p him)/for/(scot %p for) %- emit :: XX for - [%poke wir [to dap.bow] %dns-bind src.bow him tar] + [%poke wir [to dap.bow] %dns-bind for him tar] -- --