Merge pull request #1202 from unihorn/144

etcdserver: fix left Id -> ID
release-2.0
Xiang Li 2014-09-29 14:21:42 -07:00
commit b6a73c9358
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ func (s *EtcdServer) publish(m Member, retryInterval time.Duration) {
return
}
req := pb.Request{
Id: GenID(),
ID: GenID(),
Method: "PUT",
Path: m.storeKey(),
Val: string(b),