Fix the obvious copy bug
This commit is contained in:
parent
075ea36f1b
commit
44ae0b523e
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func (it *OrIterator) Clone() Iterator {
|
||||||
for _, sub := range it.internalIterators {
|
for _, sub := range it.internalIterators {
|
||||||
or.AddSubIterator(sub.Clone())
|
or.AddSubIterator(sub.Clone())
|
||||||
}
|
}
|
||||||
it.CopyTagsFrom(it)
|
or.CopyTagsFrom(it)
|
||||||
return or
|
return or
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue