mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #1202 from unihorn/144
etcdserver: fix left Id -> ID
This commit is contained in:
commit
b6a73c9358
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user