commit | 58afe880f197c244a2edbfab2bb090a5bf02dfe1 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Sat Apr 21 10:44:56 2012 +1000 |
committer | Dave Cheney <dave@cheney.net> | Sat Apr 21 10:44:56 2012 +1000 |
tree | e4a000eff0ac706ba5a566720c06b9659465e6e4 | |
parent | 63f855d724c1fff8ec15a0191dcda32ec7761cc4 [diff] |
go.crypto/ssh: server_test should bind to localhost only Hopefully fix build error under windows. Binding to the wildcard is poor form for our darwin users as it triggers the firewall popup. Dialing the wildcard looks like it's implementation specific as well. R=agl, kardianos CC=golang-dev https://golang.org/cl/6104046