Skip to content
Snippets Groups Projects
Commit fe9d5f5e authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Adding NSEC3 records to AXFR.

refs #755
parent 5a48d82b
No related branches found
No related tags found
No related merge requests found
......@@ -1913,6 +1913,8 @@ static int ns_axfr_from_zone(dnslib_zone_t *zone, ns_xfr_t *xfr)
dnslib_zone_tree_apply_inorder(zone, ns_axfr_from_node, &params);
dnslib_zone_nsec3_apply_inorder(zone, ns_axfr_from_node, &params);
/*
* Last SOA
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment