mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Minor fix for #2396
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user