mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
Minor fix (end processing after DNAME).
This commit is contained in:
parent
d3128685dc
commit
7d8ea5415b
2 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue