]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 12 Oct 2011 23:46:34 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 12 Oct 2011 23:46:34 +0000 (23:46 +0000)
bin/named/query.c
lib/dns/zone.c

index b6d79048fb981e96e4b6c9aa5b371d18144ea78c..b74c49c683aece3492840ea393547db55a1feae5 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.372 2011/10/12 23:09:35 marka Exp $ */
+/* $Id: query.c,v 1.373 2011/10/12 23:46:33 tbox Exp $ */
 
 /*! \file */
 
@@ -5072,9 +5072,9 @@ redirect(ns_client_t *client, dns_name_t *name, dns_rdataset_t *rdataset,
                return (ISC_FALSE);
        }
 
-       /*
-        * Lookup the requested data in the redirect zone.
-        */
+       /*
+        * Lookup the requested data in the redirect zone.
+        */
        result = dns_db_findext(db, client->query.qname, dbversion->version,
                                qtype, 0, client->now, &node, found, &cm, &ci,
                                &trdataset, NULL);
index 9660a3bc1897ccbff9b0cfc7a8f7c52f3e7e4dcf..2e41d2772fe19e929ab679aedcc3ae6fefd4fcc7 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.634 2011/10/12 00:10:20 marka Exp $ */
+/* $Id: zone.c,v 1.635 2011/10/12 23:46:34 tbox Exp $ */
 
 /*! \file */
 
@@ -3465,7 +3465,7 @@ maybe_send_securedb(dns_zone_t *zone) {
        LOCK_ZONE(zone->raw);
        if (zone->raw->db != NULL)
                zone_send_securedb(zone->raw, zone->raw->db);
-       else 
+       else
                DNS_ZONE_SETFLAG(zone->raw, DNS_ZONEFLG_SENDSECURE);
        UNLOCK_ZONE(zone->raw);
 }