2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2011-02-23 23:47:20 +00:00
parent 738c40ff67
commit 45caada8cb
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: query.c,v 1.356 2011/02/23 03:08:08 marka Exp $ */
/* $Id: query.c,v 1.357 2011/02/23 23:47:19 tbox Exp $ */
/*! \file */
@@ -4984,7 +4984,7 @@ redirect(ns_client_t *client, dns_name_t *name, dns_rdataset_t *rdataset,
result = ns_client_checkaclsilent(client, NULL,
dns_zone_getqueryacl(client->view->redirect),
ISC_TRUE);
ISC_TRUE);
if (result != ISC_R_SUCCESS)
return (ISC_FALSE);

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.591 2011/02/23 03:08:11 marka Exp $ */
/* $Id: zone.c,v 1.592 2011/02/23 23:47:20 tbox Exp $ */
/*! \file */
@@ -3546,7 +3546,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
if (zone->type == dns_zone_slave ||
zone->type == dns_zone_stub ||
(zone->type == dns_zone_redirect &&
zone->masters != NULL)) {
zone->masters != NULL)) {
isc_time_t t;
isc_uint32_t delay;