Merge pull request #5227 from ghodss/fix-network-tester

Fix network tester build error
This commit is contained in:
Brendan Burns 2015-03-09 20:15:07 -07:00
commit a4d871a100

View File

@ -218,7 +218,7 @@ func contactOthers(state *State) {
}
for _, e := range endpoints.Endpoints {
contactSingle("http://"+e, state)
contactSingle("http://"+e.IP+":"+string(e.Port), state)
}
time.Sleep(5 * time.Second)