Index: src/pkg/exp/ssh/tcpip.go |
=================================================================== |
--- a/src/pkg/exp/ssh/tcpip.go |
+++ b/src/pkg/exp/ssh/tcpip.go |
@@ -86,12 +86,12 @@ |
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 |