summaryrefslogtreecommitdiff
path: root/libgo/go/exp/ssh/channel.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/ssh/channel.go')
-rw-r--r--libgo/go/exp/ssh/channel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/ssh/channel.go b/libgo/go/exp/ssh/channel.go
index 922584f6317..f69b735fd47 100644
--- a/libgo/go/exp/ssh/channel.go
+++ b/libgo/go/exp/ssh/channel.go
@@ -68,7 +68,7 @@ type channel struct {
weClosed bool
dead bool
- serverConn *ServerConnection
+ serverConn *ServerConn
myId, theirId uint32
myWindow, theirWindow uint32
maxPacketSize uint32