mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
cmd/tsshd: fix lint.
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
5c2deb66be
commit
67c1b2c6ef
@ -190,7 +190,6 @@ func handleSSH(s ssh.Session) {
|
|||||||
|
|
||||||
fmt.Fprintf(s, "TODO: args\n")
|
fmt.Fprintf(s, "TODO: args\n")
|
||||||
s.Exit(1)
|
s.Exit(1)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func shellOfUser(user string) (string, error) {
|
func shellOfUser(user string) (string, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user