vendor: sync with zk master

This commit is contained in:
Gyu-Ho Lee 2016-10-31 21:40:44 -07:00
parent 4241df50a2
commit c43debd416
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func (l *Lock) Lock() error {
} }
lowestSeq := seq lowestSeq := seq
prevSeq := 0 prevSeq := -1
prevSeqPath := "" prevSeqPath := ""
for _, p := range children { for _, p := range children {
s, err := parseSeq(p) s, err := parseSeq(p)