Commit ad72a63b authored by acud's avatar acud Committed by GitHub

kademlia: balanced iterator erroneously exits but should continue (#1453)

parent ab964593
...@@ -330,7 +330,7 @@ func (k *Kad) manage() { ...@@ -330,7 +330,7 @@ func (k *Kad) manage() {
k.waitNextMu.Unlock() k.waitNextMu.Unlock()
// continue to next // continue to next
return nil continue
} }
k.waitNextMu.Lock() k.waitNextMu.Lock()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment