From 4506f4ca5cb34bb4d8a154c6e7b3b4d8dcc22227 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 1 Nov 2017 13:30:49 +0100 Subject: [PATCH] Fixes relating to /sur/talk change --- app/talk-agent.hoon | 4 ++-- lib/talk.hoon | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/talk-agent.hoon b/app/talk-agent.hoon index c3257eae1..5d829f2e9 100644 --- a/app/talk-agent.hoon +++ b/app/talk-agent.hoon @@ -1577,11 +1577,11 @@ %^ sh-show-permits (weld (trip inbox) ": ") sec.con.loc - [~ ~(tap in ses.con.loc)] + [~ ~(tap in sis.con.loc)] %^ sh-show-permits (weld (trip inbox) ": ") sec.con.loc - (sh-set-diff ses.con.laz ses.con.loc) + (sh-set-diff sis.con.laz sis.con.loc) :: ++ sh-config ::< do show config ::> prints a circle's config changes to the cli. diff --git a/lib/talk.hoon b/lib/talk.hoon index f65479403..246b8817f 100644 --- a/lib/talk.hoon +++ b/lib/talk.hoon @@ -130,11 +130,11 @@ :: $permit %= cof - ses.con + sis.con %. sis.dif ?: add.dif - ~(uni in ses.con.cof) - ~(dif in ses.con.cof) + ~(uni in sis.con.cof) + ~(dif in sis.con.cof) == :: $secure @@ -142,11 +142,11 @@ sec.con sec.dif :: - ses.con + sis.con ?. .= ?=(?($white $green) sec.dif) ?=(?($white $green) sec.con.cof) ~ - ses.con.cof + sis.con.cof == == ::