Skip to content

Commit 2f253dd

Browse files
committed
fix(server.go): don't reply false on failed lock
1 parent 938cdf2 commit 2f253dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/sshd/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ func (s *server) answer(channel ssh.Channel, requests <-chan *ssh.Request, conda
255255
log.Err("Failed to write to channel: %s", err)
256256
}
257257
sendExitStatus(1, channel)
258-
req.Reply(false, nil)
259258
return nil
260259
}
261260

0 commit comments

Comments
 (0)