mirror of https://github.com/etcd-io/dbtester.git
vendor: sync with zk master
This commit is contained in:
parent
4241df50a2
commit
c43debd416
|
|
@ -94,7 +94,7 @@ func (l *Lock) Lock() error {
|
|||
}
|
||||
|
||||
lowestSeq := seq
|
||||
prevSeq := 0
|
||||
prevSeq := -1
|
||||
prevSeqPath := ""
|
||||
for _, p := range children {
|
||||
s, err := parseSeq(p)
|
||||
|
|
|
|||
Loading…
Reference in New Issue