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

Minor fix (end processing after DNAME).

parent d3128685
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,5 @@ h.i.j.k A 10.0.0.21
sub5 CNAME sub3
*.l.example.com. CNAME c.example.com.
*.m.example.com. NS ns.sub2.example.com.
*.n.example.com. DNAME bogus25.com.
......@@ -676,6 +676,7 @@ void ns_answer( zdb_database *zdb, const ldns_rr *question, ldns_pkt *response,
!= NULL) {
ns_process_dname(dname_rrset, ldns_rr_owner(question), response,
copied_rrs);
break;
} else {
// wildcard child?
debug_ns("Trying to find wildcard child of node %s.\n",
......
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