Commit 361d0d20 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 46b78c5b
......@@ -510,7 +510,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid) (δ map[Key]ΔValue, e
aChildren := map[zodb.Oid]Node{}
for _, __ := range av {
child := __.Child()
if δZTC.Has(child.POid() {
if δZTC.Has(child.POid()) {
aChildren[child.POid()] = child // InvalidOid = embedded bucket
}
}
......
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