diff --git a/cmd/tsshd/tsshd.go b/cmd/tsshd/tsshd.go index d10c4a8e3..b6049f4ee 100644 --- a/cmd/tsshd/tsshd.go +++ b/cmd/tsshd/tsshd.go @@ -190,7 +190,6 @@ func handleSSH(s ssh.Session) { fmt.Fprintf(s, "TODO: args\n") s.Exit(1) - return } func shellOfUser(user string) (string, error) {