From: Wouter Wijngaards Date: Fri, 2 Feb 2018 16:13:37 +0000 (+0000) Subject: auth zone, remove unused code X-Git-Tag: release-1.7.0rc1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfb8fb2986d1f51be5610b998ca3902a5af7da79;p=thirdparty%2Funbound.git auth zone, remove unused code git-svn-id: file:///svn/unbound/trunk@4503 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/authzone.c b/services/authzone.c index a074e516a..395d7cbad 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -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))