]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Mon, 11 Jul 2016 23:46:33 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 11 Jul 2016 23:46:33 +0000 (23:46 +0000)
bin/named/server.c
lib/dns/resolver.c

index a2ecdb0bffaf3c36550fe8d8c909ba26b35b6b5d..7eddd27e0761a2f5edd29994ebcb01f8010191df 100644 (file)
@@ -3014,15 +3014,15 @@ create_mapped_acl(void) {
        isc_netaddr_t addr = {
                .family = AF_INET6,
                .type.in6 = IN6ADDR_V4MAPPED_INIT,
-               .zone = 0
+               .zone = 0
        };
 
        result = dns_acl_create(ns_g_mctx, 1, &acl);
        if (result != ISC_R_SUCCESS)
                return (result);
-               
+
        result = dns_iptable_addprefix2(acl->iptable, &addr, 96,
-                                       ISC_TRUE, ISC_FALSE);
+                                       ISC_TRUE, ISC_FALSE);
        if (result == ISC_R_SUCCESS)
                dns_acl_attach(acl, &ns_g_mapped);
        dns_acl_detach(&acl);
index 043691b34bca10a9ce0c0f3366e249c47ae113ea..f274048c6b17bfebd45ac115cbda5c85decf22ac 100644 (file)
@@ -8619,7 +8619,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
                inc_stats(fctx->res, dns_resstatscounter_nextitem);
                INSIST(query->dispentry != NULL);
                result = dns_dispatch_getnext(query->dispentry, &devent);
-               if (result != ISC_R_SUCCESS) 
+               if (result != ISC_R_SUCCESS)
                        fctx_done(fctx, result, __LINE__);
        } else if (result == ISC_R_SUCCESS && !HAVE_ANSWER(fctx)) {
                /*