From: Automatic Updater Date: Wed, 12 Oct 2011 23:46:34 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.9.0a3^2~30 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ea68e8eba9f1c853f38eb747ee8c66dcc27f2233;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/query.c b/bin/named/query.c index b6d79048fb9..b74c49c683a 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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); diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 9660a3bc189..2e41d2772fe 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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); }