• Russ Cox's avatar
    exp/ssh: fix test? · 8c6461bc
    Russ Cox authored
    Fixes use of c after Dial failure (causes crash).
    May fix Dial failure by listening to 127.0.0.1:0
    instead of 0.0.0.0:0 (tests should only listen on
    localhost).
    
    R=golang-dev, gri
    CC=golang-dev
    https://golang.org/cl/5395052
    8c6461bc
client_auth_test.go 6.14 KB