sftpd: send exit-status message on close

this fix restic compatibility
This commit is contained in:
Nicola Murino
2019-11-14 16:49:42 +01:00
parent 08e85f6be9
commit 5be1d1be69
2 changed files with 10 additions and 5 deletions

View File

@@ -28,10 +28,6 @@ type execMsg struct {
Command string
}
type exitStatusMsg struct {
Status uint32
}
type scpCommand struct {
connection Connection
args []string