]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 2 Jun 2009 23:46:04 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 2 Jun 2009 23:46:04 +0000 (23:46 +0000)
lib/dns/resolver.c

index 998e2a48aca0c9f83adb4dc96575ece86cb96404..ac2f89fe0bd13bcd0d5b4083889c7ad95ecedecd 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.284.18.90 2009/06/02 06:04:40 marka Exp $ */
+/* $Id: resolver.c,v 1.284.18.91 2009/06/02 23:46:04 tbox Exp $ */
 
 /*! \file */
 
@@ -432,7 +432,7 @@ rrsig_fromchildzone(fetchctx_t *fctx, dns_rdataset_t *rdataset) {
                result = dns_rdata_tostruct(&rdata, &rrsig, NULL);
                RUNTIME_CHECK(result == ISC_R_SUCCESS);
                namereln = dns_name_fullcompare(&rrsig.signer, &fctx->domain,
-                                               &order, &labels);
+                                               &order, &labels);
                if (namereln == dns_namereln_subdomain)
                        return (ISC_TRUE);
                dns_rdata_reset(&rdata);
@@ -498,7 +498,7 @@ fix_mustbedelegationornxdomain(dns_message_t *message, fetchctx_t *fctx) {
                        for (rdataset = ISC_LIST_HEAD(name->list);
                             rdataset != NULL;
                             rdataset = ISC_LIST_NEXT(rdataset, link)) {
-                               if (!dns_name_equal(name, &fctx->name))
+                               if (!dns_name_equal(name, &fctx->name))
                                        continue;
                                type = rdataset->type;
                                /*