]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- remove unused code block in respip
authorRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 3 Feb 2020 13:19:44 +0000 (14:19 +0100)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Mon, 3 Feb 2020 13:19:44 +0000 (14:19 +0100)
respip/respip.c

index 7147a051ca0254495af4d32e60565287c3fa634d..3dce5fa7b5e0bcf7b0d6cf87f903f78b5cf35d81 100644 (file)
@@ -950,8 +950,6 @@ respip_rewrite_reply(const struct query_info* qinfo,
                        r->taglistlen, ctaglist, ctaglen)) {
                        if((raddr = respip_addr_lookup(rep,
                                r->respip_set, &rrset_id))) {
-                       }
-                       if(raddr) {
                                if(!respip_use_rpz(raddr, r, &action, &data,
                                        &rpz_log, &log_name, &rpz_cname_override,
                                        region, &rpz_used)) {