From f9805d6c67f4d7d0245baa5ec3331c8060744082 Mon Sep 17 00:00:00 2001 From: syssecfsu Date: Tue, 11 Jan 2022 22:48:03 -0500 Subject: [PATCH] Update relay.go --- term_conn/relay.go | 1 - 1 file changed, 1 deletion(-) diff --git a/term_conn/relay.go b/term_conn/relay.go index 69cb380..749c7d8 100644 --- a/term_conn/relay.go +++ b/term_conn/relay.go @@ -46,7 +46,6 @@ type TermConn struct { Name string Ip string - // only valid for doers ws *websocket.Conn ptmx *os.File // the pty that runs the command cmd *exec.Cmd // represents the process, we need it to terminate the process