Skip to content
Snippets Groups Projects
Commit 63384e60 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

new_node: Do not reuse old pointers in zone copy.

 - node->new_node is thus obosolete.
 - since hattrie_dup made almost a full copy anyway, it's feasible to
   let the zone contents recreate the zone anew, with proper pointers.
(new node was used to set only parent pointer, others were reset anyway
in adjusting, all this will die in the new zone API, but at least like
this it's easier to maintain.)
parent f0c85d1e
Branches
Tags
No related merge requests found
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