mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix redeclear err
This commit is contained in:
parent
a26cb976c5
commit
c2a80df3f9
2
etcd.go
2
etcd.go
@ -228,7 +228,7 @@ func startRaft(securityType int) {
|
|||||||
|
|
||||||
for _, machine := range cluster {
|
for _, machine := range cluster {
|
||||||
|
|
||||||
err := joinCluster(raftServer, machine)
|
err = joinCluster(raftServer, machine)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
debug("cannot join to cluster via machine %s", machine)
|
debug("cannot join to cluster via machine %s", machine)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user