Intermediate commit.

This commit is contained in:
Ben Johnson
2013-10-12 13:35:23 -06:00
parent eb78d96a20
commit bb9401544a
8 changed files with 122 additions and 72 deletions

View File

@@ -159,7 +159,7 @@ func (r *Registry) load(name string) {
}
// Create node.
r.nodes[name] := &node{
r.nodes[name] = &node{
url: m["etcd"][0],
peerURL: m["raft"][0],
peerVersion: m["raftVersion"][0],