]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: move openChan to NewSession
authorDave Cheney <dave@cheney.net>
Mon, 28 Nov 2011 20:42:47 +0000 (15:42 -0500)
committerAdam Langley <agl@golang.org>
Mon, 28 Nov 2011 20:42:47 +0000 (15:42 -0500)
commit4cc64bd5bf54a89ec83d70e562c63a6e4810804b
treea159b340d9e7a016b17ad4d6a723f8fd89d50d9e
parent1eb7ca924b184d06706cee78cf56d022ebb1fe5a
exp/ssh: move openChan to NewSession

openChan was only being called by NewSession, Dial has
its own version.

R=gustav.paul, agl, rsc
CC=golang-dev
https://golang.org/cl/5435071
src/pkg/exp/ssh/client.go
src/pkg/exp/ssh/session.go