diff --git a/bin/named/query.c b/bin/named/query.c index bab7cfd857..d2f6b13ff8 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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); diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 982ec7ecac..196f1b6f63 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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;