forked from forgejo/forgejo
Minor fix for #2396
This commit is contained in:
parent
71b9537393
commit
e33ddac9bf
6 changed files with 11 additions and 4 deletions
|
@ -91,7 +91,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
|
|||
return
|
||||
}
|
||||
|
||||
req.Reply(true, nil);
|
||||
req.Reply(true, nil)
|
||||
go io.Copy(input, ch)
|
||||
io.Copy(ch, stdout)
|
||||
io.Copy(ch.Stderr(), stderr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue