mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-08 11:10:27 +01:00
Forget to call Next() on iterator ... again. :-(
This commit is contained in:
parent
bebe776e54
commit
5246a62c34
|
@ -290,6 +290,7 @@ func (ldbs *LevelDBSession) plainSpatialQuery(first, second []byte, done chan st
|
|||
case <-done:
|
||||
return
|
||||
}
|
||||
it.Next()
|
||||
}
|
||||
if err = it.GetError(); err != nil {
|
||||
log.Printf("iterating failed: %s", err)
|
||||
|
|
Loading…
Reference in New Issue
Block a user