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

Removed debug message.

parent 35c87e60
No related branches found
No related tags found
No related merge requests found
......@@ -1378,8 +1378,6 @@ int process_rr(void)
dnslib_node_t *(*node_get_func)(const dnslib_zone_t *zone,
const dnslib_dname_t *owner);
printf("%s\n", dnslib_dname_to_str(current_rrset->owner));
if (current_rrset->type != DNSLIB_RRTYPE_NSEC3) {
node_add_func = &dnslib_zone_add_node;
node_get_func = &dnslib_zone_get_node;
......
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