summaryrefslogtreecommitdiffstats
path: root/libgo/go/exp/ssh/tcpip.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/ssh/tcpip.go')
-rw-r--r--libgo/go/exp/ssh/tcpip.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/exp/ssh/tcpip.go b/libgo/go/exp/ssh/tcpip.go
index 859dedc93b3..f3bbac5d19e 100644
--- a/libgo/go/exp/ssh/tcpip.go
+++ b/libgo/go/exp/ssh/tcpip.go
@@ -86,12 +86,12 @@ func (c *ClientConn) dial(laddr string, lport int, raddr string, rport int) (*tc
clientChan: ch,
Reader: &chanReader{
packetWriter: ch,
- id: ch.id,
+ peersId: ch.peersId,
data: ch.data,
},
Writer: &chanWriter{
packetWriter: ch,
- id: ch.id,
+ peersId: ch.peersId,
win: ch.win,
},
}, nil
OpenPOWER on IntegriCloud