mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 13:29:36 -05:00
auth zone, remove unused code
git-svn-id: file:///svn/unbound/trunk@4503 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b5739f66a3
commit
dfb8fb2986
1 changed files with 0 additions and 5 deletions
|
|
@ -2857,11 +2857,6 @@ az_generate_wildcard_answer(struct auth_zone* z, struct query_info* qinfo,
|
|||
struct auth_data* wildcard, struct auth_data* node)
|
||||
{
|
||||
struct auth_rrset* rrset, *nsec;
|
||||
if(verbosity>=VERB_ALGO) {
|
||||
char wcname[256];
|
||||
sldns_wire2str_dname_buf(wildcard->name, wildcard->namelen,
|
||||
wcname, sizeof(wcname));
|
||||
}
|
||||
if((rrset=az_domain_rrset(wildcard, qinfo->qtype)) != NULL) {
|
||||
/* wildcard has type, add it */
|
||||
if(!msg_add_rrset_an(z, region, msg, wildcard, rrset))
|
||||
|
|
|
|||
Loading…
Reference in a new issue