mirror of
https://github.com/1f349/orchid.git
synced 2025-02-05 22:16:42 +00:00
Panic when this error occurs in testing
This commit is contained in:
parent
c4c8c33139
commit
99c4c38bd5
@ -192,7 +192,7 @@ func setupFakeSSH(wg *sync.WaitGroup, call func(addrPort netip.AddrPort, pubKey
|
||||
|
||||
sshConn, chans, reqs, err := ssh.NewServerConn(tcpConn, serverConfig)
|
||||
if err != nil {
|
||||
return nil
|
||||
panic(err)
|
||||
}
|
||||
|
||||
// The incoming Request channel must be serviced.
|
||||
|
Loading…
Reference in New Issue
Block a user