Update relay.go

This commit is contained in:
syssecfsu 2022-01-11 22:48:03 -05:00 committed by GitHub
parent 6db0fbdbb9
commit f9805d6c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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