Skip to content

Commit

Permalink
etcdService.go: properly communicate the hostAddr after parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <erik+github@hollensbe.org>
  • Loading branch information
erikh committed Mar 4, 2016
1 parent ca6060e commit cf50b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcdService.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func (self *etcdPlugin) WatchService(name string,
goto restart
}

hostAddr = parts[0]
portNum, _ := strconv.Atoi(parts[1])

// Build service info
Expand Down

0 comments on commit cf50b16

Please sign in to comment.