From 779eb6369c022e59fe95e75a039ac29a2f698ffd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 28 Nov 2025 17:29:16 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index eb14376..f9b73e4 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -16,7 +16,12 @@ where a.id= ${id}$ if r.passphrase: r.passphrase = password_decode(r.passphrase) if r.jumperid: - r.jumperservers = await gethostinfo(sor, {'id':r.jumperid}) + ns = { + "ownerid":ns['ownerid'], + "id":r.jumperid + } + r.jumperservers = await gethostinfo(sor, ns) + debug(f'connecthost.xterm:{r=}') return DictObject(**r) db = DBPools()