cmd/tsshd: fix lint.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson 2020-02-12 16:01:54 -08:00
parent 5c2deb66be
commit 67c1b2c6ef

View File

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