Fix network tester build error

pull/6/head
Sam Ghods 2015-03-09 19:54:48 -07:00
parent 3bf0b45ea4
commit e0519f23f7
1 changed files with 1 additions and 1 deletions

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)